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/lcd/lcd3310.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/various/devices_lib/lcd') 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