summaryrefslogtreecommitdiff
path: root/src/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-04-19 18:44:59 (GMT)
committerJF <jf@codingfield.com>2020-04-19 18:44:59 (GMT)
commitdd6aecbf6b343e40f75808f5e26a077eb22a2ed2 (patch)
tree0bffe3183f10ce05ba904690fd8a4ef8e71a55d0 /src/FreeRTOSConfig.h
parent6e1bd118c5ecc53016548072501591b329500870 (diff)
Integration of nimble, work in progress.
Advertising is working.
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 609c3f2..557e5ed 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*10 )
+#define configTOTAL_HEAP_SIZE ( 1024*20 )
#define configMAX_TASK_NAME_LEN ( 4 )
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1