Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix vTaskSuspendAll assert for critical nesting count (#1029)
* Accessing the critical nesting count in current task's TCB is performed with interrupt disabled to ensure atomicity.
- Loading branch information