diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-25 12:20:13 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-25 12:20:13 +0200 |
commit | f594d070418a3b2be6e5c08068f969e8793315ba (patch) | |
tree | 33f450045708e794ecb01efb43e5cfce76c0bb38 /puzzle | |
parent | df5f2cc3ca34c47302fad4af2a4e614e000e4c51 (diff) | |
parent | 1c33371af4fdc59387fe523fab09634bdea54acc (diff) |
Merge branch 'master' of github.com:lonkaars/puzzelbox into prot/smoketest
Diffstat (limited to 'puzzle')
-rw-r--r-- | puzzle/dummy/FreeRTOSConfig.h | 2 |
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 |