diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 10:01:41 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 10:01:41 +0000 |
commit | 9ab3be39cbb99b811b29b56aad107298828fd52c (patch) | |
tree | e50e9d9f8ce13d4a483d8cd7812c9d99c681c274 /os/common/startup/ARMCMx/devices/K20x/cmparams.h | |
parent | 50b0e64179d55478206b7a3a6fc8e852d12d373d (diff) | |
download | ChibiOS-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/ARMCMx/devices/K20x/cmparams.h')
-rw-r--r-- | os/common/startup/ARMCMx/devices/K20x/cmparams.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/startup/ARMCMx/devices/K20x/cmparams.h b/os/common/startup/ARMCMx/devices/K20x/cmparams.h index 1c305ec35..ec4c5a6af 100644 --- a/os/common/startup/ARMCMx/devices/K20x/cmparams.h +++ b/os/common/startup/ARMCMx/devices/K20x/cmparams.h @@ -25,8 +25,8 @@ * @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -74,6 +74,6 @@ #endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */
|