aboutsummaryrefslogtreecommitdiffstats
path: root/demos/MSP430-MSP430x1611-GCC/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/MSP430-MSP430x1611-GCC/chconf.h')
-rw-r--r--demos/MSP430-MSP430x1611-GCC/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/MSP430-MSP430x1611-GCC/chconf.h b/demos/MSP430-MSP430x1611-GCC/chconf.h
index 7452a6778..aec56a4a7 100644
--- a/demos/MSP430-MSP430x1611-GCC/chconf.h
+++ b/demos/MSP430-MSP430x1611-GCC/chconf.h
@@ -277,7 +277,7 @@
*
* @note The default is @p TRUE.
*/
-#if !defined(CH_USE_HEAP) || defined(__DOXYGEN__)
+#if !defined(CH_USE_MEMCORE) || defined(__DOXYGEN__)
#define CH_USE_MEMCORE TRUE
#endif