summaryrefslogtreecommitdiff
path: root/src/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-02-03 20:28:41 +0100
committerJean-François Milants <jf@codingfield.com>2021-02-03 20:28:41 +0100
commit5016e0143fa903682f9aa80f137b0d7bdaa12aae (patch)
tree21276a52ae2e93d4dfd6970f8abc00b221874e03 /src/FreeRTOSConfig.h
parentd90b7274fa8bbfa09f79660b45b550d91f7b0125 (diff)
Increase FreeRTOS heap size and re-enable heart rate task. New Nimble probably uses more memory than before.
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 0b6a4b33..3ba7faa0 100644
--- a/src/FreeRTOSConfig.h
+++ b/src/FreeRTOSConfig.h
@@ -63,7 +63,7 @@
#define configTICK_RATE_HZ 1024
#define configMAX_PRIORITIES ( 3 )
#define configMINIMAL_STACK_SIZE ( 120 )
-#define configTOTAL_HEAP_SIZE ( 1024*14 )
+#define configTOTAL_HEAP_SIZE ( 1024*15 )
#define configMAX_TASK_NAME_LEN ( 4 )
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1