Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: sched: assert when k_sleep invoked from interrupt context
Fix a gap where k_sleep(K_FOREVER) could execute a code path that would not verify that the call was not from interrupt context. Signed-off-by: Peter Bigot <[email protected]>
- Loading branch information