From 9ab3be39cbb99b811b29b56aad107298828fd52c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 10:01:41 +0000 Subject: Fixed more header guards. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9220 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/various/devices_lib/accel/lis302dl.h | 6 +++--- os/various/devices_lib/lcd/lcd3310.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'os/various/devices_lib') diff --git a/os/various/devices_lib/accel/lis302dl.h b/os/various/devices_lib/accel/lis302dl.h index 719f8439d..397189bb9 100644 --- a/os/various/devices_lib/accel/lis302dl.h +++ b/os/various/devices_lib/accel/lis302dl.h @@ -22,8 +22,8 @@ * @{ */ -#ifndef _LIS302DL_H_ -#define _LIS302DL_H_ +#ifndef LIS302DL_H +#define LIS302DL_H /*===========================================================================*/ /* Driver constants. */ @@ -88,6 +88,6 @@ extern "C" { } #endif -#endif /* _LIS302DL_H_ */ +#endif /* LIS302DL_H */ /** @} */ diff --git a/os/various/devices_lib/lcd/lcd3310.h b/os/various/devices_lib/lcd/lcd3310.h index 1fe59d6f6..b10e838b2 100644 --- a/os/various/devices_lib/lcd/lcd3310.h +++ b/os/various/devices_lib/lcd/lcd3310.h @@ -22,8 +22,8 @@ * @{ */ -#ifndef _LCD3310_H_ -#define _LCD3310_H_ +#ifndef LCD3310_H +#define LCD3310_H /*===========================================================================*/ /* Driver constants. */ @@ -89,6 +89,6 @@ extern "C" { } #endif -#endif /* _LCD3310_H_ */ +#endif /* LCD3310_H */ /** @} */ -- cgit v1.2.3