aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil/include/ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/nil/include/ch.h')
-rw-r--r--os/nil/include/ch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/nil/include/ch.h b/os/nil/include/ch.h
index b5fd825bd..dd548ab20 100644
--- a/os/nil/include/ch.h
+++ b/os/nil/include/ch.h
@@ -27,8 +27,8 @@
* @{
*/
-#ifndef _CH_H_
-#define _CH_H_
+#ifndef CH_H
+#define CH_H
#include "chconf.h"
#include "chtypes.h"
@@ -1325,6 +1325,6 @@ extern "C" {
#include "chmempools.h"
#include "chheap.h"
-#endif /* _CH_H_ */
+#endif /* CH_H */
/** @} */