diff options
Diffstat (limited to 'os/rt/include/chvt.h')
-rw-r--r-- | os/rt/include/chvt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h index 0ff4e56ce..c1fa32e13 100644 --- a/os/rt/include/chvt.h +++ b/os/rt/include/chvt.h @@ -25,8 +25,8 @@ * @{
*/
-#ifndef _CHVT_H_
-#define _CHVT_H_
+#ifndef CHVT_H
+#define CHVT_H
/*===========================================================================*/
/* Module constants. */
@@ -586,6 +586,6 @@ static inline void chVTDoTickI(void) { #endif /* CH_CFG_ST_TIMEDELTA > 0 */
}
-#endif /* _CHVT_H_ */
+#endif /* CHVT_H */
/** @} */
|