Don't manually clear runAsap flag (#4496)

This commit is contained in:
todd-herbert
2024-08-18 07:22:16 -05:00
committed by GitHub
co-authored by GitHub
parent 1bbc273ba6
commit a8999d7759
-1
View File
@@ -224,7 +224,6 @@ int32_t ButtonThread::runOnce()
btnEvent = BUTTON_EVENT_NONE;
}
runASAP = false;
return 50;
}