From 98e88598b1bb49d59cf20086f028e0799ead9595 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 09:11:34 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9215 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32L0xx/hal_lld.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/ports/STM32/STM32L0xx/hal_lld.h') 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 */ /** @} */ -- cgit v1.2.3