Merge pull request #392 from victorpv/patch-2

Correct a bug in FreeRTOS
This commit is contained in:
Roger Clark 2017-12-03 10:27:27 +11:00 committed by GitHub
commit e7f46ebed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -948,6 +948,9 @@ typedef struct xSTATIC_TCB
#if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
uint8_t uxDummy20;
#endif
#if( INCLUDE_xTaskAbortDelay == 1 )
uint8_t ucDummy21;
#endif
} StaticTask_t;