Skip to content

Commit

Permalink
Update HUDL.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Magee <mjmagee991@gmail.com>
  • Loading branch information
ActuallyTaylor and mjmagee991 authored Oct 26, 2023
1 parent 5faaf4b commit 4ce165a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HUDL/HUDL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void HUDL::updateLCD() {
std::sprintf(rpm, "%u", actualPosition);
dataForCorner(BOTTOM_LEFT, rpm);

// Set the status word
// Set the motor controller status word
char status[8];

if (statusWord == 0x21) {
Expand Down

0 comments on commit 4ce165a

Please sign in to comment.