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 e4c1306 commit 692d238Copy full SHA for 692d238
tasks.c
@@ -3261,7 +3261,8 @@ void vTaskStartScheduler( void )
3261
3262
#if ( configUSE_CORE_AFFINITY == 1 )
3263
{
3264
- /* UBaseType_t must have greater than or equal to the number of bits as confNUMBER_OF_CORES. */
+ /* Sanity check that the UBaseType_t must have greater than or equal to
3265
+ * the number of bits as confNUMBER_OF_CORES. */
3266
configASSERT( configNUMBER_OF_CORES <= ( sizeof( UBaseType_t ) * taskBITS_PER_TYPE ) );
3267
}
3268
#endif
0 commit comments