FreeRTOS: update to svn r2541.

This commit is contained in:
Our Air Quality 2018-05-28 00:26:12 +10:00
parent 93d43d7825
commit 182258e2c3
3 changed files with 36 additions and 20 deletions

View file

@ -1129,13 +1129,14 @@ typedef struct xSTATIC_TIMER
StaticListItem_t xDummy2;
TickType_t xDummy3;
UBaseType_t uxDummy4;
void *pvDummy5[ 2 ];
void *pvDummy5;
TaskFunction_t pvDummy6;
#if( configUSE_TRACE_FACILITY == 1 )
UBaseType_t uxDummy6;
UBaseType_t uxDummy7;
#endif
#if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
uint8_t ucDummy7;
uint8_t ucDummy8;
#endif
} StaticTimer_t;