Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flash_safe_execute timeout under FreeRTOS (#2021)
In some cases, the flash lockout task can start on the wrong core and not have time to move to the correct core before exit is called. This causes a timeout as the exit function is looking at the wrong core when checking for the lockout task.
- Loading branch information