aboutsummaryrefslogtreecommitdiffstats
path: root/os/various
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2016-10-17 17:23:16 +0300
committerbarthess <barthess@yandex.ru>2016-10-17 17:23:16 +0300
commit709addd02d5c885870b9d222c068a02165e70a0a (patch)
tree99962ed8c5d1211df154d3dfaf2e24cb0e3a2b82 /os/various
parentf7325f649095d56051f783106f7c622518aae937 (diff)
downloadChibiOS-Contrib-709addd02d5c885870b9d222c068a02165e70a0a.tar.gz
ChibiOS-Contrib-709addd02d5c885870b9d222c068a02165e70a0a.tar.bz2
ChibiOS-Contrib-709addd02d5c885870b9d222c068a02165e70a0a.zip
Updated include guards
Diffstat (limited to 'os/various')
-rw-r--r--os/various/bitmap.h6
-rw-r--r--os/various/tribuf.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/os/various/bitmap.h b/os/various/bitmap.h
index d7831aa..115b54c 100644
--- a/os/various/bitmap.h
+++ b/os/various/bitmap.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _BITMAP_H_
-#define _BITMAP_H_
+#ifndef BITMAP_H_
+#define BITMAP_H_
/*===========================================================================*/
/* Module constants. */
@@ -72,6 +72,6 @@ extern "C" {
}
#endif
-#endif /* _BITMAP_H_ */
+#endif /* BITMAP_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_ */
/** @} */