mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
removed extra parameter in TCB structure
This commit is contained in:
parent
61fa224694
commit
f5625177f5
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue