mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-10 16:17:44 -04:00
Compare commits
2 commits
edb5482610
...
a0a6b81b4f
Author | SHA1 | Date | |
---|---|---|---|
|
a0a6b81b4f | ||
|
2da35debfd |
1 changed files with 1 additions and 1 deletions
2
tasks.c
2
tasks.c
|
@ -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 = portGET_CORE_ID();
|
||||
const BaseType_t xCurrentCoreID = ( BaseType_t ) portGET_CORE_ID();
|
||||
|
||||
#if ( configRUN_MULTIPLE_PRIORITIES == 0 )
|
||||
BaseType_t xYieldCount = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue