aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/ch.h')
-rw-r--r--os/rt/include/ch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/ch.h b/os/rt/include/ch.h
index f13ba1613..e8407592a 100644
--- a/os/rt/include/ch.h
+++ b/os/rt/include/ch.h
@@ -28,8 +28,8 @@
* @{
*/
-#ifndef _CH_H_
-#define _CH_H_
+#ifndef CH_H
+#define CH_H
/**
* @brief ChibiOS/RT identification macro.
@@ -104,6 +104,6 @@
#error "missing or wrong configuration file"
#endif
-#endif /* _CH_H_ */
+#endif /* CH_H */
/** @} */