aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chthreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chthreads.h')
-rw-r--r--os/rt/include/chthreads.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/chthreads.h b/os/rt/include/chthreads.h
index 4447298a4..a6342ce66 100644
--- a/os/rt/include/chthreads.h
+++ b/os/rt/include/chthreads.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHTHREADS_H_
-#define _CHTHREADS_H_
+#ifndef CHTHREADS_H
+#define CHTHREADS_H
/*lint -sem(chThdExit, r_no) -sem(chThdExitS, r_no)*/
@@ -383,6 +383,6 @@ static inline void chThdDoDequeueNextI(threads_queue_t *tqp, msg_t msg) {
(void) chSchReadyI(tp);
}
-#endif /* _CHTHREADS_H_ */
+#endif /* CHTHREADS_H */
/** @} */