aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chmsg.h')
-rw-r--r--os/rt/include/chmsg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/chmsg.h b/os/rt/include/chmsg.h
index 03de99694..696b9b1d9 100644
--- a/os/rt/include/chmsg.h
+++ b/os/rt/include/chmsg.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHMSG_H_
-#define _CHMSG_H_
+#ifndef CHMSG_H
+#define CHMSG_H
#if (CH_CFG_USE_MESSAGES == TRUE) || defined(__DOXYGEN__)
@@ -119,6 +119,6 @@ static inline void chMsgReleaseS(thread_t *tp, msg_t msg) {
#endif /* CH_CFG_USE_MESSAGES == TRUE */
-#endif /* _CHMSG_H_ */
+#endif /* CHMSG_H */
/** @} */