aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L0xx/hal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32L0xx/hal_lld.h')
-rw-r--r--os/hal/ports/STM32/STM32L0xx/hal_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/STM32L0xx/hal_lld.h b/os/hal/ports/STM32/STM32L0xx/hal_lld.h
index 065ef5439..820cef962 100644
--- a/os/hal/ports/STM32/STM32L0xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32L0xx/hal_lld.h
@@ -34,8 +34,8 @@
* @{
*/
-#ifndef HAL_HAL_LLD_H
-#define HAL_HAL_LLD_H
+#ifndef HAL_LLD_H
+#define HAL_LLD_H
/*
* Registry definitions.
@@ -1141,6 +1141,6 @@ extern "C" {
}
#endif
-#endif /* HAL_HAL_LLD_H */
+#endif /* HAL_LLD_H */
/** @} */