aboutsummaryrefslogtreecommitdiff
path: root/puzzle/dummy/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorThomasintAnker <thomasintanker1@gmail.com>2024-06-25 10:49:56 +0200
committerThomasintAnker <thomasintanker1@gmail.com>2024-06-25 10:49:56 +0200
commit8ffa396cd33a99f0950a5218538fac459d07802e (patch)
tree7126d27345a772920bbe852af313f0bdb9a96519 /puzzle/dummy/FreeRTOSConfig.h
parent637ec19bc55a2466fb0ffbf310140f891ac06783 (diff)
Fix config
Diffstat (limited to 'puzzle/dummy/FreeRTOSConfig.h')
-rw-r--r--puzzle/dummy/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/puzzle/dummy/FreeRTOSConfig.h b/puzzle/dummy/FreeRTOSConfig.h
index 1d98f78..072fdf7 100644
--- a/puzzle/dummy/FreeRTOSConfig.h
+++ b/puzzle/dummy/FreeRTOSConfig.h
@@ -17,7 +17,7 @@
#define configSTACK_DEPTH_TYPE uint16_t
#define configSUPPORT_STATIC_ALLOCATION 0
#define configSUPPORT_DYNAMIC_ALLOCATION 1
-#define configTOTAL_HEAP_SIZE (1024)
+#define configTOTAL_HEAP_SIZE (1224)
// #define configTOTAL_HEAP_SIZE (7 * 1024)
#define configCHECK_FOR_STACK_OVERFLOW 0
#define configUSE_MALLOC_FAILED_HOOK 0