diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-15 09:51:40 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-15 09:51:40 +0000 |
commit | bc3964df2684cd45fde0802597f4cdf1face4a12 (patch) | |
tree | 16942adc77f76ed4797a3559ff146f75333514bb /demos/MSP430-MSP430x1611-GCC | |
parent | aafa0564b8cdd61c68165217a4b7576bd35b2b4b (diff) | |
download | ChibiOS-bc3964df2684cd45fde0802597f4cdf1face4a12.tar.gz ChibiOS-bc3964df2684cd45fde0802597f4cdf1face4a12.tar.bz2 ChibiOS-bc3964df2684cd45fde0802597f4cdf1face4a12.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@509 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 5a43ac1b2..785abb912 100644 --- a/demos/MSP430-MSP430x1611-GCC/chconf.h +++ b/demos/MSP430-MSP430x1611-GCC/chconf.h @@ -133,7 +133,7 @@ * 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 512
/** Configuration option: enforces the use of the C-runtime \p malloc() and
* \p free() functions as backend for the system heap allocator.*/
|