From 49d71a01abeefa000a4cd7a556052d826b096d49 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 20 Jul 2013 10:12:44 +0000 Subject: Renamed or added prefix to all hernel configuration options. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6010 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/include/chmemcore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/kernel/include/chmemcore.h') 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_ */ -- cgit v1.2.3