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-07 01:31:59 (GMT)
commit956949f31918235c93781fd7a5430d8139b6cc8c (patch)
tree6a430539c8029cd09ca4ee5cefc7da77895f1994
parent3ce55f0bb8dc06658e0b30ba44f6185c2234ed8c (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 263d803..65756c7 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. */