mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-18 00:38:10 -07:00
Update clock_app.c
This commit is contained in:
@@ -468,7 +468,7 @@ int32_t clock_app(void* p) {
|
||||
plugin_state->w_test = false;
|
||||
// Don't Exit the plugin
|
||||
plugin_state->codeSequence--;
|
||||
if(plugin_state->codeSequence < -1) processing = false;
|
||||
if(plugin_state->codeSequence < (uint32_t) -1) processing = false;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user