aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chsys.h')
-rw-r--r--os/kernel/include/chsys.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chsys.h b/os/kernel/include/chsys.h
index 5d0b6d875..52fa7331b 100644
--- a/os/kernel/include/chsys.h
+++ b/os/kernel/include/chsys.h
@@ -18,15 +18,15 @@
*/
/**
- * @file sys.h
+ * @file chsys.h
* @brief System related macros and structures.
*
* @addtogroup system
* @{
*/
-#ifndef _SYS_H_
-#define _SYS_H_
+#ifndef _CHSYS_H_
+#define _CHSYS_H_
/**
* @brief Halts the system.
@@ -173,6 +173,6 @@ extern "C" {
}
#endif
-#endif /* _SYS_H_ */
+#endif /* _CHSYS_H_ */
/** @} */