diff options
Diffstat (limited to 'demos/MSP430-MSP430x1611-GCC/chconf.h')
-rw-r--r-- | demos/MSP430-MSP430x1611-GCC/chconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/MSP430-MSP430x1611-GCC/chconf.h b/demos/MSP430-MSP430x1611-GCC/chconf.h index 336c0d6b0..521aae128 100644 --- a/demos/MSP430-MSP430x1611-GCC/chconf.h +++ b/demos/MSP430-MSP430x1611-GCC/chconf.h @@ -140,11 +140,11 @@ /** Configuration option: if specified then the memory pools allocator APIs
* are included in the kernel.*/
-#define CH_USE_MEMPOOLS
+//#define CH_USE_MEMPOOLS
/** Configuration option: if specified then the memory pools allocator
provides an implementation of the sbrk() function.*/
-#define CH_MEMPOOLS_PROVIDE_SBRK
+//#define CH_MEMPOOLS_PROVIDE_SBRK
/** Configuration option: Frequency of the system timer that drives the system
* ticks. This also defines the system time unit.*/
|