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

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