Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce priority of factory reset task (#25598)
Since the task priorities were adjusted for #24099 (and maybe even before?) the factory reset RPC would time out, breaking any test which relies on the RPC successfully completing. This is because the reset is happening immediately, before whatever is handling the RPC can complete. Reducing the FreeRTOS task priority just before the reset "fixes" it. (Maybe there's a better fix?) Tested on Mighty Gecko SiLabs board.
- Loading branch information