aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h')
-rw-r--r--os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h6
1 files changed, 3 insertions, 3 deletions
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 */
/**
* @}