aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-18 07:43:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-18 07:43:46 +0000
commit6dfbaa34d96d3571fc28aba6179268c1df595b2f (patch)
tree6940bd43d0ec5fbc75c2e2ed1227c50dcf2900c9 /demos
parentb11fd131f4e1984f7dd0e66efda0c1b78fac4d38 (diff)
downloadChibiOS-6dfbaa34d96d3571fc28aba6179268c1df595b2f.tar.gz
ChibiOS-6dfbaa34d96d3571fc28aba6179268c1df595b2f.tar.bz2
ChibiOS-6dfbaa34d96d3571fc28aba6179268c1df595b2f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1238 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/AVR-AT90CANx-GCC/chconf.h2
-rw-r--r--demos/AVR-ATmega128-GCC/chconf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR-AT90CANx-GCC/chconf.h b/demos/AVR-AT90CANx-GCC/chconf.h
index c4ebe589f..f962e4c16 100644
--- a/demos/AVR-AT90CANx-GCC/chconf.h
+++ b/demos/AVR-AT90CANx-GCC/chconf.h
@@ -80,7 +80,7 @@
* @note Requires @p CH_USE_COREMEM.
*/
#if !defined(CH_MEMCORE_SIZE) || defined(__DOXYGEN__)
-#define CH_MEMCORE_SIZE 512
+#define CH_MEMCORE_SIZE 128
#endif
/*===========================================================================*/
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h
index c4ebe589f..f962e4c16 100644
--- a/demos/AVR-ATmega128-GCC/chconf.h
+++ b/demos/AVR-ATmega128-GCC/chconf.h
@@ -80,7 +80,7 @@
* @note Requires @p CH_USE_COREMEM.
*/
#if !defined(CH_MEMCORE_SIZE) || defined(__DOXYGEN__)
-#define CH_MEMCORE_SIZE 512
+#define CH_MEMCORE_SIZE 128
#endif
/*===========================================================================*/