Skip to content

Commit 0355f99

Browse files
committed
Move debug print above displayError.
1 parent 3577e8a commit 0355f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/Display.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ void updateDisplay()
9595
displayShutdown();
9696
break;
9797
default:
98-
displayError("Display");
9998
Serial.printf("Unknown display: %d\n\r", systemState);
99+
displayError("Display");
100100
break;
101101
}
102102

0 commit comments

Comments
 (0)