diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-15 11:08:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-15 11:08:53 +0000 |
commit | c247b6b26c704931435490ce51fe42da7bf67be5 (patch) | |
tree | 020ef423bc3471ec7ea28787b590d9ce4fa613ce /demos/MSP430-MSP430x1611-GCC | |
parent | 554e9da84ac99455e812d366418dc508eb51f09d (diff) | |
download | ChibiOS-c247b6b26c704931435490ce51fe42da7bf67be5.tar.gz ChibiOS-c247b6b26c704931435490ce51fe42da7bf67be5.tar.bz2 ChibiOS-c247b6b26c704931435490ce51fe42da7bf67be5.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@512 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/MSP430-MSP430x1611-GCC')
-rw-r--r-- | demos/MSP430-MSP430x1611-GCC/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/MSP430-MSP430x1611-GCC/chconf.h b/demos/MSP430-MSP430x1611-GCC/chconf.h index 785abb912..c6ca7420a 100644 --- a/demos/MSP430-MSP430x1611-GCC/chconf.h +++ b/demos/MSP430-MSP430x1611-GCC/chconf.h @@ -137,7 +137,7 @@ /** 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.*/
|