|
@@ -632,7 +632,7 @@ static void prvAddNewTaskToReadyList( TCB_t *pxNewTCB, TaskFunction_t pxTaskCode
|
|
|
*/
|
|
*/
|
|
|
void taskYIELD_OTHER_CORE( BaseType_t xCoreID, UBaseType_t uxPriority )
|
|
void taskYIELD_OTHER_CORE( BaseType_t xCoreID, UBaseType_t uxPriority )
|
|
|
{
|
|
{
|
|
|
- TCB_t *curTCB = xTaskGetCurrentTaskHandle();
|
|
|
|
|
|
|
+ TCB_t *curTCB = pxCurrentTCB[xCoreID];
|
|
|
BaseType_t i;
|
|
BaseType_t i;
|
|
|
|
|
|
|
|
if (xCoreID != tskNO_AFFINITY) {
|
|
if (xCoreID != tskNO_AFFINITY) {
|