mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Fix typo
This commit is contained in:
parent
0fcb04a41d
commit
98faa785cb
1 changed files with 1 additions and 1 deletions
2
tasks.c
2
tasks.c
|
|
@ -3907,7 +3907,7 @@ void vTaskSuspendAll( void )
|
||||||
portGET_TASK_LOCK();
|
portGET_TASK_LOCK();
|
||||||
|
|
||||||
/* uxSchedulerSuspended is increased after prvCheckForRunStateChange. The
|
/* uxSchedulerSuspended is increased after prvCheckForRunStateChange. The
|
||||||
* purpose is to prevent altering the variable when fromISR APIs are readying
|
* purpose is to prevent altering the variable when fromISR APIs are reading
|
||||||
* it. */
|
* it. */
|
||||||
if( uxSchedulerSuspended == 0U )
|
if( uxSchedulerSuspended == 0U )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue