We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942fa51 commit adb6578Copy full SHA for adb6578
tasks.c
@@ -7203,7 +7203,7 @@ static void prvResetNextTaskUnblockTime( void )
7203
if( xSchedulerRunning != pdFALSE )
7204
{
7205
xCoreID = ( BaseType_t ) portGET_CORE_ID();
7206
-
+
7207
/* If critical nesting count is zero then this function
7208
* does not match a previous call to vTaskEnterCritical(). */
7209
configASSERT( portGET_CRITICAL_NESTING_COUNT( xCoreID ) > 0U );
0 commit comments