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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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