diff options
Diffstat (limited to 'os/kernel/include/chvt.h')
-rw-r--r-- | os/kernel/include/chvt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chvt.h b/os/kernel/include/chvt.h index 445650332..2c39ccde7 100644 --- a/os/kernel/include/chvt.h +++ b/os/kernel/include/chvt.h @@ -18,15 +18,15 @@ */
/**
- * @file vt.h
+ * @file chvt.h
* @brief Time macros and structures.
*
* @addtogroup time
* @{
*/
-#ifndef _VT_H_
-#define _VT_H_
+#ifndef _CHVT_H_
+#define _CHVT_H_
/**
* @brief Time conversion utility.
@@ -142,6 +142,6 @@ extern "C" { */
#define chTimeNow() (vtlist.vt_systime)
-#endif /* _VT_H_ */
+#endif /* _CHVT_H_ */
/** @} */
|