aboutsummaryrefslogtreecommitdiff
path: root/puzzle/dummy/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-23 09:02:26 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-23 09:02:26 +0200
commitc48d92585f59e5e8c55b62b7d1d2540a151688f8 (patch)
tree31cb6b37163c75ad3c9bbc8562c2252f90b8a4e0 /puzzle/dummy/FreeRTOSConfig.h
parentccdcf5001c47820c41e9b962d8498602870289b5 (diff)
Arduino Uno dummy sketch restored + fixed
Diffstat (limited to 'puzzle/dummy/FreeRTOSConfig.h')
-rw-r--r--puzzle/dummy/FreeRTOSConfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/puzzle/dummy/FreeRTOSConfig.h b/puzzle/dummy/FreeRTOSConfig.h
index 1cfdd71..1d98f78 100644
--- a/puzzle/dummy/FreeRTOSConfig.h
+++ b/puzzle/dummy/FreeRTOSConfig.h
@@ -17,8 +17,8 @@
#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 (7 * 1024)
+#define configTOTAL_HEAP_SIZE (1024)
+// #define configTOTAL_HEAP_SIZE (7 * 1024)
#define configCHECK_FOR_STACK_OVERFLOW 0
#define configUSE_MALLOC_FAILED_HOOK 0
#define configUSE_DAEMON_TASK_STARTUP_HOOK 0