git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@419 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-08-30 08:48:18 +00:00
parent 465593d541
commit 090b4c1109
1 changed files with 2 additions and 2 deletions

View File

@ -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.*/