Skip to content

Commit f562517

Browse files
committed
removed extra parameter in TCB structure
1 parent 61fa224 commit f562517

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/FreeRTOS.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,6 @@ typedef struct xSTATIC_TCB
12111211
#endif
12121212
#if ( configUSE_CORE_AFFINITY == 1 && configNUM_CORES > 1 )
12131213
UBaseType_t uxDummy25;
1214-
UBaseType_t uxDummy26;
12151214
#endif
12161215
#if ( ( portSTACK_GROWTH > 0 ) || ( configRECORD_STACK_HIGH_ADDRESS == 1 ) )
12171216
void * pxDummy8;

0 commit comments

Comments
 (0)