aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARM/devices/LPC214x/armparams.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/armparams.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/armparams.h')
-rw-r--r--os/common/startup/ARM/devices/LPC214x/armparams.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/common/startup/ARM/devices/LPC214x/armparams.h b/os/common/startup/ARM/devices/LPC214x/armparams.h
index 476ad1e4e..d273c9f0a 100644
--- a/os/common/startup/ARM/devices/LPC214x/armparams.h
+++ b/os/common/startup/ARM/devices/LPC214x/armparams.h
@@ -15,7 +15,7 @@
*/
/**
- * @file armparams.h
+ * @file LPC214x/armparams.h
* @brief ARM parameters for the LPC214x.
*
* @defgroup ARM_LPC214x LPC214x Specific Parameters
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _ARMPARAMS_H_
-#define _ARMPARAMS_H_
+#ifndef ARMPARAMS_H
+#define ARMPARAMS_H
/**
* @brief ARM core model.
@@ -57,6 +57,6 @@
#define ARM_IRQ_VECTOR_REG 0xFFFFF030
#endif
-#endif /* _ARMPARAMS_H_ */
+#endif /* ARMPARAMS_H */
/** @} */