From 58569cc6f569dadee22c4d6e813363f7cc51d56f Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Thu, 11 Aug 2016 20:32:30 +0200 Subject: Removed leading and trailing underscores from include guards. --- os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h | 6 +++--- os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'os/common') diff --git a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h index 933e111..fbd0ff3 100644 --- a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h +++ b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h @@ -20,8 +20,8 @@ * @{ */ -#ifndef _CMPARAMS_H_ -#define _CMPARAMS_H_ +#ifndef CMPARAMS_H +#define CMPARAMS_H /** * @brief Cortex core model. @@ -105,7 +105,7 @@ #endif /* !defined(_FROM_ASM_) */ -#endif /* _CMPARAMS_H_ */ +#endif /* CMPARAMS_H */ /** * @} diff --git a/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h b/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h index 1d2661d..669a446 100644 --- a/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h +++ b/os/common/startup/ARMCMx/devices/TM4C129x/cmparams.h @@ -20,8 +20,8 @@ * @{ */ -#ifndef _CMPARAMS_H_ -#define _CMPARAMS_H_ +#ifndef CMPARAMS_H +#define CMPARAMS_H /** * @brief Cortex core model. @@ -89,7 +89,7 @@ #endif /* !defined(_FROM_ASM_) */ -#endif /* _CMPARAMS_H_ */ +#endif /* CMPARAMS_H */ /** * @} -- cgit v1.2.3