aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx/devices/STM32F7xx
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/ARMCMx/devices/STM32F7xx')
-rw-r--r--os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h
index 7a6599a7b..8fc73be10 100644
--- a/os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h
+++ b/os/common/startup/ARMCMx/devices/STM32F7xx/cmparams.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CMPARAMS_H_
-#define _CMPARAMS_H_
+#ifndef CMPARAMS_H
+#define CMPARAMS_H
/**
* @brief Cortex core model.
@@ -80,6 +80,6 @@
#endif /* !defined(_FROM_ASM_) */
-#endif /* _CMPARAMS_H_ */
+#endif /* CMPARAMS_H */
/** @} */