Compare commits

..

1 commit

Author SHA1 Message Date
Muhammad Usman
4e109896c3
Merge b8d21ede7c into 32e581636f 2025-07-24 10:57:52 +05:00

View file

@ -893,7 +893,7 @@ static void prvAddNewTaskToReadyList( TCB_t * pxNewTCB ) PRIVILEGED_FUNCTION;
BaseType_t xCurrentCoreTaskPriority;
BaseType_t xLowestPriorityCore = ( BaseType_t ) -1;
BaseType_t xCoreID;
const BaseType_t xCurrentCoreID = ( BaseType_t ) portGET_CORE_ID();
const BaseType_t xCurrentCoreID = portGET_CORE_ID();
#if ( configRUN_MULTIPLE_PRIORITIES == 0 )
BaseType_t xYieldCount = 0;