Skip to content

Commit 71be07e

Browse files
authored
Increase FreeRTOS timer task stack to 1024 (#752)
1 parent be18c76 commit 71be07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/FreeRTOS/src/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ unsigned long ulMainGetRunTimeCounterValue( void );
4949
#define configUSE_TIMERS 1
5050
#define configTIMER_TASK_PRIORITY ( 2 )
5151
#define configTIMER_QUEUE_LENGTH 5
52-
#define configTIMER_TASK_STACK_DEPTH ( 80 )
52+
#define configTIMER_TASK_STACK_DEPTH ( 1024 )
5353

5454
/* Set the following definitions to 1 to include the API function, or zero
5555
to exclude the API function. */

0 commit comments

Comments
 (0)