We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230758b commit 55394a7Copy full SHA for 55394a7
libraries/FreeRTOS/src/FreeRTOSConfig.h
@@ -25,6 +25,7 @@
25
#define configUSE_QUEUE_SETS 1
26
#define configSUPPORT_DYNAMIC_ALLOCATION 1
27
#define configSUPPORT_STATIC_ALLOCATION 0
28
+#define configSTACK_DEPTH_TYPE uint32_t
29
30
/* Run time stats related definitions. */
31
void vMainConfigureTimerForRunTimeStats( void );
0 commit comments