adjust for serial wait time during nRF52 bootup

This commit is contained in:
Thomas Göttgens
2022-04-02 16:02:26 +02:00
parent fd407a2a9e
commit 364d81e906
3 changed files with 8 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ extern uint32_t timeLastPowered;
extern uint32_t rebootAtMsec;
extern uint32_t shutdownAtMsec;
extern uint32_t serialSinceMsec;
// If a thread does something that might need for it to be rescheduled ASAP it can set this flag
// This will supress the current delay and instead try to run ASAP.
extern bool runASAP;