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 c222529 commit ed401f1Copy full SHA for ed401f1
src/FreeRTOSConfig.h
@@ -76,8 +76,8 @@
76
77
/* Timer definitions. */
78
#define configUSE_TIMERS 1
79
-#define configTIMER_TASK_PRIORITY ( ( UBaseType_t ) 3 )
80
-#define configTIMER_QUEUE_LENGTH ( ( UBaseType_t ) 10 )
+#define configTIMER_TASK_PRIORITY configMAX_PRIORITIES-1
+#define configTIMER_QUEUE_LENGTH ( 10 )
81
#define configTIMER_TASK_STACK_DEPTH ( 85 )
82
83
/* Set the stack depth type to be uint16_t. */
0 commit comments