aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/templates/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/templates/module.c')
-rw-r--r--os/kernel/templates/module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/templates/module.c b/os/kernel/templates/module.c
index a079437a2..6a93bf4aa 100644
--- a/os/kernel/templates/module.c
+++ b/os/kernel/templates/module.c
@@ -28,7 +28,7 @@
#include "ch.h"
-#if CH_USE_XXX || defined(__DOXYGEN__)
+#if CH_CFG_USE_XXX || defined(__DOXYGEN__)
/*===========================================================================*/
/* Module local definitions. */
@@ -76,6 +76,6 @@ void chXxxObjectInit(xxx_t *xxxp) {
}
-#endif /* CH_USE_XXX */
+#endif /* CH_CFG_USE_XXX */
/** @} */