Skip to content

Commit 63c0532

Browse files
authored
Update Timer Task Priority to maximum
1 parent 941cc8b commit 63c0532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
/* Timer definitions. */
9898
#define configUSE_TIMERS 1
99-
#define configTIMER_TASK_PRIORITY ( ( UBaseType_t ) 7 )
99+
#define configTIMER_TASK_PRIORITY ( ( UBaseType_t ) 3 )
100100
#define configTIMER_QUEUE_LENGTH ( ( UBaseType_t ) 10 )
101101
#define configTIMER_TASK_STACK_DEPTH configMINIMAL_STACK_SIZE
102102

0 commit comments

Comments
 (0)