aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/tribuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/various/tribuf.h')
-rw-r--r--os/various/tribuf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/various/tribuf.h b/os/various/tribuf.h
index 4ba3f25..8d8f9f4 100644
--- a/os/various/tribuf.h
+++ b/os/various/tribuf.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _TRIBUF_H_
-#define _TRIBUF_H_
+#ifndef TRIBUF_H_
+#define TRIBUF_H_
/*===========================================================================*/
/* Driver constants. */
@@ -221,5 +221,5 @@ extern "C" {
}
#endif
-#endif /* _TRIBUF_H_ */
+#endif /* TRIBUF_H_ */
/** @} */