summaryrefslogtreecommitdiff
path: root/src/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-03-17 20:22:59 (GMT)
committerJF <JF002@users.noreply.github.com>2022-03-21 19:53:46 (GMT)
commita8b7fbe48b4a86238f38ed0f084b277b44c428fb (patch)
tree070b088fdff4942266a2946dcbd6e13a71b25d9d /src/FreeRTOSConfig.h
parentcd1f218dd8710f61238307a9fa5b0d11e229bffa (diff)
New changes according to the review : Priority 0 for display, 1 for system, timer and ble host, and 2 for ble LL
Diffstat (limited to 'src/FreeRTOSConfig.h')
-rw-r--r--src/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h
index 5462b93..263d803 100644
--- a/src/FreeRTOSConfig.h
+++ b/src/FreeRTOSConfig.h
@@ -60,7 +60,7 @@
#define configUSE_TICKLESS_IDLE_SIMPLE_DEBUG 0 /* See into vPortSuppressTicksAndSleep source code for explanation */
#define configCPU_CLOCK_HZ (SystemCoreClock)
#define configTICK_RATE_HZ 1024
-#define configMAX_PRIORITIES (4)
+#define configMAX_PRIORITIES (3)
#define configMINIMAL_STACK_SIZE (120)
#define configTOTAL_HEAP_SIZE (1024 * 17)
#define configMAX_TASK_NAME_LEN (4)