aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chdebug.h')
-rw-r--r--os/kernel/include/chdebug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chdebug.h b/os/kernel/include/chdebug.h
index 5cd056a81..316d9e633 100644
--- a/os/kernel/include/chdebug.h
+++ b/os/kernel/include/chdebug.h
@@ -18,15 +18,15 @@
*/
/**
- * @file debug.h
+ * @file chdebug.h
* @brief Debug macros and structures.
*
* @addtogroup debug
* @{
*/
-#ifndef _DEBUG_H_
-#define _DEBUG_H_
+#ifndef _CHDEBUG_H_
+#define _CHDEBUG_H_
/**
* @brief Trace buffer entries.
@@ -158,6 +158,6 @@ extern "C" {
#endif
#endif /* !defined(__DOXYGEN__) */
-#endif /* _DEBUG_H_ */
+#endif /* _CHDEBUG_H_ */
/** @} */