Skip to content

Commit 55394a7

Browse files
authored
Fix compile error when configSUPPORT_STATIC_ALLOCATION is set to 1 (#564) (#566)
1 parent 230758b commit 55394a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/FreeRTOS/src/FreeRTOSConfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#define configUSE_QUEUE_SETS 1
2626
#define configSUPPORT_DYNAMIC_ALLOCATION 1
2727
#define configSUPPORT_STATIC_ALLOCATION 0
28+
#define configSTACK_DEPTH_TYPE uint32_t
2829

2930
/* Run time stats related definitions. */
3031
void vMainConfigureTimerForRunTimeStats( void );

0 commit comments

Comments
 (0)