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 dc09a3d commit 5f2bb1bCopy full SHA for 5f2bb1b
tasks.c
@@ -5865,7 +5865,7 @@ static portTASK_FUNCTION( prvIdleTask, pvParameters )
5865
{
5866
#if ( INCLUDE_vTaskSuspend == 1 )
5867
/* The idle task exists in addition to the application tasks. */
5868
- const UBaseType_t uxNonApplicationTasks = 1;
+ const UBaseType_t uxNonApplicationTasks = configNUMBER_OF_CORES;
5869
#endif /* INCLUDE_vTaskSuspend */
5870
5871
eSleepModeStatus eReturn = eStandardSleep;
0 commit comments