Update clock_app.c

This commit is contained in:
RogueMaster
2022-09-16 15:39:22 -04:00
parent 4b3e2168c7
commit c6a86233f7
+1 -1
View File
@@ -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;
}