Unverified Commit 55394a7d authored by ogatatsu's avatar ogatatsu Committed by GitHub

Fix compile error when configSUPPORT_STATIC_ALLOCATION is set to 1 (#564) (#566)

parent 230758b1
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#define configUSE_QUEUE_SETS 1 #define configUSE_QUEUE_SETS 1
#define configSUPPORT_DYNAMIC_ALLOCATION 1 #define configSUPPORT_DYNAMIC_ALLOCATION 1
#define configSUPPORT_STATIC_ALLOCATION 0 #define configSUPPORT_STATIC_ALLOCATION 0
#define configSTACK_DEPTH_TYPE uint32_t
/* Run time stats related definitions. */ /* Run time stats related definitions. */
void vMainConfigureTimerForRunTimeStats( void ); void vMainConfigureTimerForRunTimeStats( void );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment