8000 Merge pull request #392 from victorpv/patch-2 · ArduinoWorks/Arduino_STM32@e7f46eb · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit e7f46eb

Browse files
Merge pull request rogerclarkmelbourne#392 from victorpv/patch-2
Correct a bug in FreeRTOS
2 parents ec8f3f3 + bee82cb commit e7f46eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

STM32F1/libraries/FreeRTOS900/utility/FreeRTOS.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,9 @@ typedef struct xSTATIC_TCB
948948
#if( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configSUPPORT_DYNAMIC_ALLOCATION == 1 ) )
949949
uint8_t uxDummy20;
950950
#endif
951+
#if( INCLUDE_xTaskAbortDelay == 1 )
952+
uint8_t ucDummy21;
953+
#endif
951954

952955
} StaticTask_t;
953956

0 commit comments

Comments
 (0)
0