aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chschd.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chschd.h')
-rw-r--r--os/kernel/include/chschd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/kernel/include/chschd.h b/os/kernel/include/chschd.h
index ddb7df979..c06ed8100 100644
--- a/os/kernel/include/chschd.h
+++ b/os/kernel/include/chschd.h
@@ -18,15 +18,15 @@
*/
/**
- * @file scheduler.h
+ * @file chschd.h
* @brief Scheduler macros and structures.
*
* @addtogroup scheduler
* @{
*/
-#ifndef _SCHEDULER_H_
-#define _SCHEDULER_H_
+#ifndef _CHSCHD_H_
+#define _CHSCHD_H_
/** @brief Default thread wakeup low level message.*/
#define RDY_OK 0
@@ -129,6 +129,6 @@ extern "C" {
*/
#define chSchIsRescRequiredI() (firstprio(&rlist.r_queue) > currp->p_prio)
-#endif /* _SCHEDULER_H_ */
+#endif /* _CHSCHD_H_ */
/** @} */