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 941cc8b commit 63c0532Copy full SHA for 63c0532
src/FreeRTOSConfig.h
@@ -96,7 +96,7 @@
96
97
/* Timer definitions. */
98
#define configUSE_TIMERS 1
99
-#define configTIMER_TASK_PRIORITY ( ( UBaseType_t ) 7 )
+#define configTIMER_TASK_PRIORITY ( ( UBaseType_t ) 3 )
100
#define configTIMER_QUEUE_LENGTH ( ( UBaseType_t ) 10 )
101
#define configTIMER_TASK_STACK_DEPTH configMINIMAL_STACK_SIZE
102
0 commit comments