removed extra parameter in TCB structure

This commit is contained in:
Joseph Julicher 2021-05-19 09:03:59 -07:00
parent 61fa224694
commit f5625177f5

View file

@ -1211,7 +1211,6 @@ typedef struct xSTATIC_TCB
#endif
#if ( configUSE_CORE_AFFINITY == 1 && configNUM_CORES > 1 )
UBaseType_t uxDummy25;
UBaseType_t uxDummy26;
#endif
#if ( ( portSTACK_GROWTH > 0 ) || ( configRECORD_STACK_HIGH_ADDRESS == 1 ) )
void * pxDummy8;