aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chevents.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chevents.h')
-rw-r--r--os/rt/include/chevents.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/chevents.h b/os/rt/include/chevents.h
index 1c4fb9f6d..db5c3ded5 100644
--- a/os/rt/include/chevents.h
+++ b/os/rt/include/chevents.h
@@ -28,8 +28,8 @@
* @{
*/
-#ifndef _CHEVENTS_H_
-#define _CHEVENTS_H_
+#ifndef CHEVENTS_H
+#define CHEVENTS_H
#if (CH_CFG_USE_EVENTS == TRUE) || defined(__DOXYGEN__)
@@ -271,6 +271,6 @@ static inline eventmask_t chEvtGetEventsX(void) {
#endif /* CH_CFG_USE_EVENTS == TRUE */
-#endif /* _CHEVENTS_H_ */
+#endif /* CHEVENTS_H */
/** @} */