We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5200b33 commit c46135bCopy full SHA for c46135b
srcs/calibration.cpp
@@ -80,7 +80,7 @@ void Calibration_Init() {
80
restartWaitTimer = 0;
81
82
while (startButtonPressed == false) {
83
- restartWaitTimer += RESTART_READ_KEYBOARD_DELAY;
+ restartWaitTimer += (uint32_t)RESTART_READ_KEYBOARD_DELAY;
84
85
// Heartbeat fatal error periodically
86
if ((restartWaitTimer % 1000u) == 0u) {
@@ -132,7 +132,7 @@ void Calibration_Init() {
132
133
134
135
136
137
138
0 commit comments