Skip to content

Commit f5517b3

Browse files
GitHub BuildGitHub Build
authored andcommitted
Applied Formatting Changes During GitHub Build
1 parent 929e040 commit f5517b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HUDL/HUDL.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ void HUDL::updateLCD() {
8383
std::sprintf(status, "GO");
8484
} else {
8585
std::sprintf(status, "UNKNOWN");
86-
// std::sprintf(errorString, "There was an error with the Motor Controller: Unknown Error %x", statusWord);
87-
// currentHUDLScreen = ERROR_PAGE;
86+
// std::sprintf(errorString, "There was an error with the Motor Controller: Unknown Error %x", statusWord);
87+
// currentHUDLScreen = ERROR_PAGE;
8888
}
8989

9090
dataForCorner(BOTTOM_RIGHT, status);

0 commit comments

Comments
 (0)