Unverified Commit 71be07e6 authored by freeasabeer's avatar freeasabeer Committed by GitHub

Increase FreeRTOS timer task stack to 1024 (#752)

parent be18c76c
......@@ -49,7 +49,7 @@ unsigned long ulMainGetRunTimeCounterValue( void );
#define configUSE_TIMERS 1
#define configTIMER_TASK_PRIORITY ( 2 )
#define configTIMER_QUEUE_LENGTH 5
#define configTIMER_TASK_STACK_DEPTH ( 80 )
#define configTIMER_TASK_STACK_DEPTH ( 1024 )
/* Set the following definitions to 1 to include the API function, or zero
to exclude the API function. */
......
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