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 32e5816 commit 2da35deCopy full SHA for 2da35de
tasks.c
@@ -893,7 +893,7 @@ static void prvAddNewTaskToReadyList( TCB_t * pxNewTCB ) PRIVILEGED_FUNCTION;
893
BaseType_t xCurrentCoreTaskPriority;
894
BaseType_t xLowestPriorityCore = ( BaseType_t ) -1;
895
BaseType_t xCoreID;
896
- const BaseType_t xCurrentCoreID = portGET_CORE_ID();
+ const BaseType_t xCurrentCoreID = ( BaseType_t ) portGET_CORE_ID();
897
898
#if ( configRUN_MULTIPLE_PRIORITIES == 0 )
899
BaseType_t xYieldCount = 0;
0 commit comments