aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F37x
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32F37x')
-rw-r--r--os/hal/ports/STM32/STM32F37x/stm32_isr.h6
-rw-r--r--os/hal/ports/STM32/STM32F37x/stm32_registry.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/os/hal/ports/STM32/STM32F37x/stm32_isr.h b/os/hal/ports/STM32/STM32F37x/stm32_isr.h
index c4b01d111..6e478ed57 100644
--- a/os/hal/ports/STM32/STM32F37x/stm32_isr.h
+++ b/os/hal/ports/STM32/STM32F37x/stm32_isr.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _STM32_ISR_H_
-#define _STM32_ISR_H_
+#ifndef STM32_ISR_H
+#define STM32_ISR_H
/*===========================================================================*/
/* Driver constants. */
@@ -121,6 +121,6 @@
/* External declarations. */
/*===========================================================================*/
-#endif /* _STM32_ISR_H_ */
+#endif /* STM32_ISR_H */
/** @} */
diff --git a/os/hal/ports/STM32/STM32F37x/stm32_registry.h b/os/hal/ports/STM32/STM32F37x/stm32_registry.h
index d50ce1bfe..a7301c576 100644
--- a/os/hal/ports/STM32/STM32F37x/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32F37x/stm32_registry.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _STM32_REGISTRY_H_
-#define _STM32_REGISTRY_H_
+#ifndef STM32_REGISTRY_H
+#define STM32_REGISTRY_H
/*===========================================================================*/
/* Platform capabilities. */
@@ -529,6 +529,6 @@
#endif /* defined(STM32F378xx) */
/** @} */
-#endif /* _STM32_REGISTRY_H_ */
+#endif /* STM32_REGISTRY_H */
/** @} */