summaryrefslogtreecommitdiff
path: root/src/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2021-02-04 16:57:12 (GMT)
committerGitea <gitea@fake.local>2021-02-04 16:57:12 (GMT)
commit09bd6fdbc72c606d9326c39b603382e2622d68a7 (patch)
treefc73ed8836397f5bc3814a134656dc3a1255e1d0 /src/FreeRTOSConfig.h
parent3f7360ca186933b600d362c12e7c62d9df509aa4 (diff)
parentee430fe5a997060eef7295bedc181006e0d1d13d (diff)
Merge branch 'develop' of JF/PineTime into master
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