|
|
|
@ -1201,6 +1201,9 @@ typedef struct xSTATIC_TCB
|
|
|
|
|
#if ( portUSING_MPU_WRAPPERS == 1 )
|
|
|
|
|
xMPU_SETTINGS xDummy2;
|
|
|
|
|
#endif
|
|
|
|
|
#if ( configUSE_CORE_AFFINITY == 1 && configNUM_CORES > 1 )
|
|
|
|
|
UBaseType_t uxDummy25;
|
|
|
|
|
#endif
|
|
|
|
|
StaticListItem_t xDummy3[ 2 ];
|
|
|
|
|
UBaseType_t uxDummy5;
|
|
|
|
|
void * pxDummy6;
|
|
|
|
@ -1209,9 +1212,6 @@ typedef struct xSTATIC_TCB
|
|
|
|
|
#if ( configUSE_TASK_PREEMPTION_DISABLE == 1 )
|
|
|
|
|
BaseType_t xDummy24;
|
|
|
|
|
#endif
|
|
|
|
|
#if ( configUSE_CORE_AFFINITY == 1 && configNUM_CORES > 1 )
|
|
|
|
|
UBaseType_t uxDummy25;
|
|
|
|
|
#endif
|
|
|
|
|
#if ( ( portSTACK_GROWTH > 0 ) || ( configRECORD_STACK_HIGH_ADDRESS == 1 ) )
|
|
|
|
|
void * pxDummy8;
|
|
|
|
|
#endif
|
|
|
|
|