diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-10 21:05:51 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-10 21:05:51 +0000 |
commit | 4bb9e7735d4a84e6ddee2b5778906e6cd54db577 (patch) | |
tree | 12ebe014bb3cec9bb42308fc2b10cc82f9b48b2b /demos/Win32-MinGW/chconf.h | |
parent | dea70dbc797e0936c2532ae55881437e06e169fa (diff) | |
download | ChibiOS-4bb9e7735d4a84e6ddee2b5778906e6cd54db577.tar.gz ChibiOS-4bb9e7735d4a84e6ddee2b5778906e6cd54db577.tar.bz2 ChibiOS-4bb9e7735d4a84e6ddee2b5778906e6cd54db577.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1412 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW/chconf.h')
-rw-r--r-- | demos/Win32-MinGW/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Win32-MinGW/chconf.h b/demos/Win32-MinGW/chconf.h index ddd00b0f8..34575541a 100644 --- a/demos/Win32-MinGW/chconf.h +++ b/demos/Win32-MinGW/chconf.h @@ -80,7 +80,7 @@ * @note Requires @p CH_USE_COREMEM.
*/
#if !defined(CH_MEMCORE_SIZE) || defined(__DOXYGEN__)
-#define CH_MEMCORE_SIZE 0x20000
+#define CH_MEMCORE_SIZE 0x40000
#endif
/*===========================================================================*/
|