Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix re-enabling power LED after memory test
It should be done in normal thread context, rather than the IRQ handler. Since do_cancel is lazily cleared, the LED flag was being endlessly reset in the IRQ handler and affecting the audio test. This fixes commit 87e8b82
- Loading branch information