]> git.sur5r.net Git - freertos/commitdiff
Update definition of StaticTimer_t so its size is correct on MSP403X large memory...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 7 May 2018 16:31:50 +0000 (16:31 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 7 May 2018 16:31:50 +0000 (16:31 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2540 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Source/include/FreeRTOS.h

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