aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chcond.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chcond.h')
-rw-r--r--os/rt/include/chcond.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/chcond.h b/os/rt/include/chcond.h
index f9b4186e6..bf1e02cd5 100644
--- a/os/rt/include/chcond.h
+++ b/os/rt/include/chcond.h
@@ -28,8 +28,8 @@
* @{
*/
-#ifndef _CHCOND_H_
-#define _CHCOND_H_
+#ifndef CHCOND_H
+#define CHCOND_H
#if (CH_CFG_USE_CONDVARS == TRUE) || defined(__DOXYGEN__)
@@ -111,6 +111,6 @@ extern "C" {
#endif /* CH_CFG_USE_CONDVARS == TRUE */
-#endif /* _CHCOND_H_ */
+#endif /* CHCOND_H */
/** @} */