diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-08-30 08:48:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-08-30 08:48:18 +0000 |
commit | 090b4c11096363cf25ba9c4ea2a788cae1d7e8a4 (patch) | |
tree | 088cfba542b6ea502128ec6b866807acbb836273 /demos | |
parent | 465593d541d1c6729d98e7ee6fb4676b93aa3af6 (diff) | |
download | ChibiOS-090b4c11096363cf25ba9c4ea2a788cae1d7e8a4.tar.gz ChibiOS-090b4c11096363cf25ba9c4ea2a788cae1d7e8a4.tar.bz2 ChibiOS-090b4c11096363cf25ba9c4ea2a788cae1d7e8a4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@419 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/AVR-ATmega128-GCC/chconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR-ATmega128-GCC/chconf.h b/demos/AVR-ATmega128-GCC/chconf.h index 594d28272..7ff7df502 100644 --- a/demos/AVR-ATmega128-GCC/chconf.h +++ b/demos/AVR-ATmega128-GCC/chconf.h @@ -147,11 +147,11 @@ * provide the \p __heap_base__ and \p __heap_end__ symbols.
* @note requires \p CH_USE_HEAP.
*/
-#define CH_HEAP_SIZE 0
+#define CH_HEAP_SIZE 128
/** Configuration option: enforces the use of the C-runtime \p malloc() and
* \p free() functions as backend for the system heap allocator.*/
-#define CH_USE_MALLOC_HEAP
+//#define CH_USE_MALLOC_HEAP
/** Configuration option: if specified then the memory pools allocator APIs
* are included in the kernel.*/
|