aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chschd.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chschd.h')
-rw-r--r--os/rt/include/chschd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/chschd.h b/os/rt/include/chschd.h
index ec0af1810..e91d9a460 100644
--- a/os/rt/include/chschd.h
+++ b/os/rt/include/chschd.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHSCHD_H_
-#define _CHSCHD_H_
+#ifndef CHSCHD_H
+#define CHSCHD_H
/*===========================================================================*/
/* Module constants. */
@@ -774,6 +774,6 @@ static inline void chSchPreemption(void) {
#endif /* CH_CFG_TIME_QUANTUM == 0 */
}
-#endif /* _CHSCHD_H_ */
+#endif /* CHSCHD_H */
/** @} */