From 7e5818b4492e831cdb1d1c2c5ff5c8a72b090e99 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 09:03:53 +0000 Subject: Updated header guards for LLD files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9211 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h') diff --git a/os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h b/os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h index 947520d44..4be5eef82 100644 --- a/os/hal/ports/STM32/STM32L0xx/hal_ext_lld_isr.h +++ b/os/hal/ports/STM32/STM32L0xx/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 */ /** @} */ -- cgit v1.2.3