aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/RT-ARDUINO-MEGA
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/RT-ARDUINO-MEGA')
-rw-r--r--demos/AVR/RT-ARDUINO-MEGA/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR/RT-ARDUINO-MEGA/chconf.h b/demos/AVR/RT-ARDUINO-MEGA/chconf.h
index b752173f0..141d0d5a6 100644
--- a/demos/AVR/RT-ARDUINO-MEGA/chconf.h
+++ b/demos/AVR/RT-ARDUINO-MEGA/chconf.h
@@ -106,7 +106,7 @@
* provide the @p __heap_base__ and @p __heap_end__ symbols.
* @note Requires @p CH_CFG_USE_MEMCORE.
*/
-#define CH_CFG_MEMCORE_SIZE 16
+#define CH_CFG_MEMCORE_SIZE 128
/**
* @brief Idle thread automatic spawn suppression.
@@ -328,7 +328,7 @@
* @note Requires @p CH_CFG_USE_WAITEXIT.
* @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS.
*/
-#define CH_CFG_USE_DYNAMIC TRUE
+#define CH_CFG_USE_DYNAMIC FALSE
/** @} */