mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
tasks.c: Fix typo
This commit is contained in:
parent
661f1410ff
commit
845a048b83
1 changed files with 1 additions and 1 deletions
2
tasks.c
2
tasks.c
|
|
@ -3808,7 +3808,7 @@ void vTaskSuspendAll( void )
|
|||
|
||||
/* This must only be called from within a task. */
|
||||
portASSERT_IF_IN_ISR();
|
||||
/* This must enver be called from inside a critical section */
|
||||
/* This must never be called from inside a critical section */
|
||||
configASSERT( portGET_CRITICAL_NESTING_COUNT() == 0 );
|
||||
|
||||
if( xSchedulerRunning != pdFALSE )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue