aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/NIL-MT-DB-X4/chconf.h
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-12-20 20:30:10 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-12-20 20:30:10 +0000
commite3f12486f060b88043ff92736e2cd45c2dda5f5b (patch)
tree239d0bac90d4e1047917c8c99e79e39b334f604b /demos/AVR/NIL-MT-DB-X4/chconf.h
parent75d472f580b00e9d616b493929e100b6cad8dc9d (diff)
downloadChibiOS-e3f12486f060b88043ff92736e2cd45c2dda5f5b.tar.gz
ChibiOS-e3f12486f060b88043ff92736e2cd45c2dda5f5b.tar.bz2
ChibiOS-e3f12486f060b88043ff92736e2cd45c2dda5f5b.zip
AVR: Update NIL demos files to resolve the error undefined reference to __heap_base__ and undefined reference to __heap_end__
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11154 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/NIL-MT-DB-X4/chconf.h')
-rw-r--r--demos/AVR/NIL-MT-DB-X4/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/NIL-MT-DB-X4/chconf.h b/demos/AVR/NIL-MT-DB-X4/chconf.h
index 53ed735f1..3b30e3b4c 100644
--- a/demos/AVR/NIL-MT-DB-X4/chconf.h
+++ b/demos/AVR/NIL-MT-DB-X4/chconf.h
@@ -169,7 +169,7 @@
* provide the @p __heap_base__ and @p __heap_end__ symbols.
* @note Requires @p CH_CFG_USE_MEMCORE.
*/
-#define CH_CFG_MEMCORE_SIZE 0
+#define CH_CFG_MEMCORE_SIZE 128
/** @} */