aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chcond.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chcond.h')
-rw-r--r--os/kernel/include/chcond.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chcond.h b/os/kernel/include/chcond.h
index a84fa3bdb..8c2fc863d 100644
--- a/os/kernel/include/chcond.h
+++ b/os/kernel/include/chcond.h
@@ -22,15 +22,15 @@
*/
/**
- * @file condvars.h
+ * @file chcond.h
* @brief Condition Variables macros and structures.
*
* @addtogroup condvars
* @{
*/
-#ifndef _CONDVARS_H_
-#define _CONDVARS_H_
+#ifndef _CHCOND_H_
+#define _CHCOND_H_
#if CH_USE_CONDVARS
@@ -86,6 +86,6 @@ extern "C" {
#endif /* CH_USE_CONDVARS */
-#endif /* _CONDVARS_H_ */
+#endif /* _CHCOND_H_ */
/** @} */