aboutsummaryrefslogtreecommitdiff
path: root/puzzle
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-25 12:20:13 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-25 12:20:13 +0200
commitf594d070418a3b2be6e5c08068f969e8793315ba (patch)
tree33f450045708e794ecb01efb43e5cfce76c0bb38 /puzzle
parentdf5f2cc3ca34c47302fad4af2a4e614e000e4c51 (diff)
parent1c33371af4fdc59387fe523fab09634bdea54acc (diff)
Merge branch 'master' of github.com:lonkaars/puzzelbox into prot/smoketest
Diffstat (limited to 'puzzle')
-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