aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chthreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chthreads.h')
-rw-r--r--os/kernel/include/chthreads.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chthreads.h b/os/kernel/include/chthreads.h
index 9f519fea0..9eeff8666 100644
--- a/os/kernel/include/chthreads.h
+++ b/os/kernel/include/chthreads.h
@@ -18,15 +18,15 @@
*/
/**
- * @file threads.h
+ * @file chthreads.h
* @brief Threads macros and structures.
*
* @addtogroup threads
* @{
*/
-#ifndef _THREADS_H_
-#define _THREADS_H_
+#ifndef _CHTHREADS_H_
+#define _CHTHREADS_H_
/*
* Module dependencies check.
@@ -325,6 +325,6 @@ extern "C" {
*/
#define chThdSleepMicroseconds(usec) chThdSleep(US2ST(usec))
-#endif /* _THREADS_H_ */
+#endif /* _CHTHREADS_H_ */
/** @} */