Don't manually clear runAsap flag (#4496)

This commit is contained in:
todd-herbert
2024-08-19 00:22:16 +12:00
committed by GitHub
parent 1bbc273ba6
commit a8999d7759

View File

@@ -224,7 +224,6 @@ int32_t ButtonThread::runOnce()
btnEvent = BUTTON_EVENT_NONE;
}
runASAP = false;
return 50;
}