fix timer prio for freertos to blink led

This commit is contained in:
hathach
2019-03-25 00:40:51 +07:00
parent 18f248b142
commit 315076375f
3 changed files with 5 additions and 1 deletions

View File

@@ -83,7 +83,7 @@
/* Software timer related definitions. */
#define configUSE_TIMERS 1
#define configTIMER_TASK_PRIORITY 2
#define configTIMER_TASK_PRIORITY (configMAX_PRIORITIES-2)
#define configTIMER_QUEUE_LENGTH 32
#define configTIMER_TASK_STACK_DEPTH configMINIMAL_STACK_SIZE