From 709addd02d5c885870b9d222c068a02165e70a0a Mon Sep 17 00:00:00 2001 From: barthess Date: Mon, 17 Oct 2016 17:23:16 +0300 Subject: Updated include guards --- os/various/tribuf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/various/tribuf.h') 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_ */ /** @} */ -- cgit v1.2.3