File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,6 @@ typedef struct tskTaskControlBlock /* The old naming convention is used to
256256
257257 #if ( configUSE_CORE_AFFINITY == 1 && configNUM_CORES > 1 )
258258 UBaseType_t uxCoreAffinityMask ; /*< Used to link the task to certain cores. UBaseType_t must have >= the same number of bits as SMP confNUM_CORES */
259- UBaseType_t uxCoreAffinityInheritanceMask ; /*< Used to allow a task to inherit the affinity of its parent */
260259 #endif
261260
262261 #if ( ( portSTACK_GROWTH > 0 ) || ( configRECORD_STACK_HIGH_ADDRESS == 1 ) )
@@ -4231,6 +4230,7 @@ void vTaskMissedYield( void )
42314230#if ( configNUM_CORES > 1 )
42324231 static portTASK_FUNCTION ( prvMinimalIdleTask , pvParameters )
42334232 {
4233+ taskYIELD ();
42344234 for ( ; ; )
42354235 {
42364236 #if ( configUSE_PREEMPTION == 0 )
You can’t perform that action at this time.
0 commit comments