diff --git a/include/FreeRTOS.h b/include/FreeRTOS.h index 8a47e0dbf..9eefd0d8a 100644 --- a/include/FreeRTOS.h +++ b/include/FreeRTOS.h @@ -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;