summaryrefslogtreecommitdiff
path: root/src/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-02-04 16:55:35 (GMT)
committerJean-François Milants <jf@codingfield.com>2021-02-04 16:55:35 (GMT)
commitee430fe5a997060eef7295bedc181006e0d1d13d (patch)
treee9e9356ed7f9c5eb36a249a25fac0a92b5734bda /src/FreeRTOSConfig.h
parent6259b816287f8f74dadf50334a445cd9fe16d415 (diff)
parent5016e0143fa903682f9aa80f137b0d7bdaa12aae (diff)
Merge branch 'update-nimble-1_3-master' into develop
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 0b6a4b3..3ba7faa 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