mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-08 15:17:50 -04:00
Fix formatting check
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
942fa51fb4
commit
adb6578eef
1 changed files with 1 additions and 1 deletions
2
tasks.c
2
tasks.c
|
@ -7203,7 +7203,7 @@ static void prvResetNextTaskUnblockTime( void )
|
|||
if( xSchedulerRunning != pdFALSE )
|
||||
{
|
||||
xCoreID = ( BaseType_t ) portGET_CORE_ID();
|
||||
|
||||
|
||||
/* If critical nesting count is zero then this function
|
||||
* does not match a previous call to vTaskEnterCritical(). */
|
||||
configASSERT( portGET_CRITICAL_NESTING_COUNT( xCoreID ) > 0U );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue