aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F0xx
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32F0xx')
-rw-r--r--os/hal/ports/STM32/STM32F0xx/hal_ext_lld_isr.h6
-rw-r--r--os/hal/ports/STM32/STM32F0xx/hal_lld.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/os/hal/ports/STM32/STM32F0xx/hal_ext_lld_isr.h b/os/hal/ports/STM32/STM32F0xx/hal_ext_lld_isr.h
index 3cf08ce54..59237f6e4 100644
--- a/os/hal/ports/STM32/STM32F0xx/hal_ext_lld_isr.h
+++ b/os/hal/ports/STM32/STM32F0xx/hal_ext_lld_isr.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _EXT_LLD_ISR_H_
-#define _EXT_LLD_ISR_H_
+#ifndef HAL_EXT_LLD_ISR_H
+#define HAL_EXT_LLD_ISR_H
#if HAL_USE_EXT || defined(__DOXYGEN__)
@@ -109,6 +109,6 @@ extern "C" {
#endif /* HAL_USE_EXT */
-#endif /* _EXT_LLD_ISR_H_ */
+#endif /* HAL_EXT_LLD_ISR_H */
/** @} */
diff --git a/os/hal/ports/STM32/STM32F0xx/hal_lld.h b/os/hal/ports/STM32/STM32F0xx/hal_lld.h
index 210d2ecdf..b42ee2ef8 100644
--- a/os/hal/ports/STM32/STM32F0xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32F0xx/hal_lld.h
@@ -38,8 +38,8 @@
* @{
*/
-#ifndef _HAL_LLD_H_
-#define _HAL_LLD_H_
+#ifndef HAL_HAL_LLD_H
+#define HAL_HAL_LLD_H
/*
* Registry definitions.
@@ -953,6 +953,6 @@ extern "C" {
}
#endif
-#endif /* _HAL_LLD_H_ */
+#endif /* HAL_HAL_LLD_H */
/** @} */