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 be18c76 commit 71be07eCopy full SHA for 71be07e
libraries/FreeRTOS/src/FreeRTOSConfig.h
@@ -49,7 +49,7 @@ unsigned long ulMainGetRunTimeCounterValue( void );
49
#define configUSE_TIMERS 1
50
#define configTIMER_TASK_PRIORITY ( 2 )
51
#define configTIMER_QUEUE_LENGTH 5
52
-#define configTIMER_TASK_STACK_DEPTH ( 80 )
+#define configTIMER_TASK_STACK_DEPTH ( 1024 )
53
54
/* Set the following definitions to 1 to include the API function, or zero
55
to exclude the API function. */
0 commit comments