aboutsummaryrefslogtreecommitdiffstats
path: root/demos/GNU-Linux-GCC
diff options
context:
space:
mode:
Diffstat (limited to 'demos/GNU-Linux-GCC')
-rw-r--r--demos/GNU-Linux-GCC/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/GNU-Linux-GCC/chconf.h b/demos/GNU-Linux-GCC/chconf.h
index dc3fcf69e..845ed5d9b 100644
--- a/demos/GNU-Linux-GCC/chconf.h
+++ b/demos/GNU-Linux-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