summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-05-20 17:30:38 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-06-06 02:58:14 (GMT)
commitb63f956808d1b1f53ae64d33e7185fc804e543c4 (patch)
tree8a8c871ec3d9e104c57c86c2cc846eaca6eddc11
parentc51543c4da4e5ae006682733bddd9ab0b27230d9 (diff)
priority 2 for timer task, timer task queue length from 32 to 4
-rw-r--r--src/FreeRTOSConfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h
index f9c6b6c..b9b82b8 100644
--- a/src/FreeRTOSConfig.h
+++ b/src/FreeRTOSConfig.h
@@ -93,8 +93,8 @@
/* Software timer definitions. */
#define configUSE_TIMERS 1
-#define configTIMER_TASK_PRIORITY (1)
-#define configTIMER_QUEUE_LENGTH 32
+#define configTIMER_TASK_PRIORITY (2)
+#define configTIMER_QUEUE_LENGTH 4
#define configTIMER_TASK_STACK_DEPTH (300)
/* Tickless Idle configuration. */