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/common/startup/ARM/devices/LPC214x/armparams.h | 8 ++++---- os/common/startup/ARM/devices/LPC214x/lpc214x.h | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'os/common/startup/ARM') 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 */ /** @} */ 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 */ -- cgit v1.2.3