aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chmemcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chmemcore.h')
-rw-r--r--os/kernel/include/chmemcore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/include/chmemcore.h b/os/kernel/include/chmemcore.h
index dbc5d5d60..314e94365 100644
--- a/os/kernel/include/chmemcore.h
+++ b/os/kernel/include/chmemcore.h
@@ -29,7 +29,7 @@
#ifndef _CHMEMCORE_H_
#define _CHMEMCORE_H_
-#if CH_USE_MEMCORE || defined(__DOXYGEN__)
+#if CH_CFG_USE_MEMCORE || defined(__DOXYGEN__)
/*===========================================================================*/
/* Module constants. */
@@ -107,7 +107,7 @@ extern "C" {
/* Module inline functions. */
/*===========================================================================*/
-#endif /* CH_USE_MEMCORE */
+#endif /* CH_CFG_USE_MEMCORE */
#endif /* _CHMEMCORE_H_ */