Indentation and comment correction only.

This commit is contained in:
Dave Nadler 2026-06-28 21:22:39 -06:00
parent 815951a708
commit 4df509969a

View file

@ -3678,9 +3678,9 @@ STATIC BaseType_t prvCreateIdleTasks( void )
#if ( ( configIDLE_AFFINITY == 1 ) && ( configUSE_CORE_AFFINITY == 1 ) )
{
xIdleTaskHandles[ xCoreID ]->uxCoreAffinityMask = ( ( UBaseType_t ) 1U << ( UBaseType_t ) xCoreID );
}
#endif /* #if ( ( configIDLE_AFFINITY == 1 ) && ( configUSE_CORE_AFFINITY == 1 ) ) */
}
#endif
}
#endif /* if ( configNUMBER_OF_CORES == 1 ) */
}
}