aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chregistry.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chregistry.h')
-rw-r--r--os/rt/include/chregistry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/include/chregistry.h b/os/rt/include/chregistry.h
index ee79f10d5..92400e62e 100644
--- a/os/rt/include/chregistry.h
+++ b/os/rt/include/chregistry.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHREGISTRY_H_
-#define _CHREGISTRY_H_
+#ifndef CHREGISTRY_H
+#define CHREGISTRY_H
#if (CH_CFG_USE_REGISTRY == TRUE) || defined(__DOXYGEN__)
@@ -180,6 +180,6 @@ static inline void chRegSetThreadNameX(thread_t *tp, const char *name) {
#endif
}
-#endif /* _CHREGISTRY_H_ */
+#endif /* CHREGISTRY_H */
/** @} */