aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARM/devices/LPC214x/lpc214x.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 10:01:41 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 10:01:41 +0000
commit9ab3be39cbb99b811b29b56aad107298828fd52c (patch)
treee50e9d9f8ce13d4a483d8cd7812c9d99c681c274 /os/common/startup/ARM/devices/LPC214x/lpc214x.h
parent50b0e64179d55478206b7a3a6fc8e852d12d373d (diff)
downloadChibiOS-9ab3be39cbb99b811b29b56aad107298828fd52c.tar.gz
ChibiOS-9ab3be39cbb99b811b29b56aad107298828fd52c.tar.bz2
ChibiOS-9ab3be39cbb99b811b29b56aad107298828fd52c.zip
Fixed more header guards.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9220 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/ARM/devices/LPC214x/lpc214x.h')
-rw-r--r--os/common/startup/ARM/devices/LPC214x/lpc214x.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/os/common/startup/ARM/devices/LPC214x/lpc214x.h b/os/common/startup/ARM/devices/LPC214x/lpc214x.h
index ccf344e6d..b21c0b49a 100644
--- a/os/common/startup/ARM/devices/LPC214x/lpc214x.h
+++ b/os/common/startup/ARM/devices/LPC214x/lpc214x.h
@@ -15,12 +15,12 @@
*/
/**
- * @file lpc214x.h
- * @brief LPC214x register definitions.
+ * @file lpc214x.h
+ * @brief LPC214x register definitions.
*/
-#ifndef _LPC214X_H_
-#define _LPC214X_H_
+#ifndef LPC214X_H
+#define LPC214X_H
typedef volatile uint8_t IOREG8;
typedef volatile uint16_t IOREG16;
@@ -519,5 +519,5 @@ typedef struct {
*/
#define DACR (*((IOREG32 *)0xE006C000))
-#endif /* _LPC214X_H_ */
+#endif /* LPC214X_H */