From 956949f31918235c93781fd7a5430d8139b6cc8c Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Fri, 20 May 2022 19:30:38 +0200 Subject: priority 2 for timer task, timer task queue length from 32 to 4 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. */ -- cgit v0.10.2