aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chtm.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chtm.h')
-rw-r--r--os/rt/include/chtm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/chtm.h b/os/rt/include/chtm.h
index 13a480a29..8c80ff17c 100644
--- a/os/rt/include/chtm.h
+++ b/os/rt/include/chtm.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHTM_H_
-#define _CHTM_H_
+#ifndef CHTM_H
+#define CHTM_H
#if (CH_CFG_USE_TM == TRUE) || defined(__DOXYGEN__)
@@ -104,6 +104,6 @@ extern "C" {
#endif /* CH_CFG_USE_TM == TRUE */
-#endif /* _CHTM_H_ */
+#endif /* CHTM_H */
/** @} */