Closed NeroBurner closed 2 months ago
PR https://github.com/InfiniTimeOrg/InfiniTime/pull/2109 refactors the SystemTask.h state machine to prevent GoingToSleep race conditions (and similar state transistions).
SystemTask.h
GoingToSleep
In doing so the function uxQueueMessagesWaiting() from NRF SDK was used. Implement this newly used function.
uxQueueMessagesWaiting()
PR https://github.com/InfiniTimeOrg/InfiniTime/pull/2109 refactors the
SystemTask.h
state machine to preventGoingToSleep
race conditions (and similar state transistions).In doing so the function
uxQueueMessagesWaiting()
from NRF SDK was used. Implement this newly used function.