From 39b332e3dd2dabc37241a3c2c0371a719ac6d1fa Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Mon, 4 Apr 2016 19:50:15 -0300 Subject: Fix header guard style --- os/hal/ports/TIVA/LLD/hal_st_lld.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/ports/TIVA/LLD/hal_st_lld.h') diff --git a/os/hal/ports/TIVA/LLD/hal_st_lld.h b/os/hal/ports/TIVA/LLD/hal_st_lld.h index 23b3ef5..61acbf0 100644 --- a/os/hal/ports/TIVA/LLD/hal_st_lld.h +++ b/os/hal/ports/TIVA/LLD/hal_st_lld.h @@ -24,8 +24,8 @@ * @{ */ -#ifndef _ST_LLD_H_ -#define _ST_LLD_H_ +#ifndef HAL_ST_LLD_H +#define HAL_ST_LLD_H #include "mcuconf.h" #include "tiva_registry.h" @@ -269,7 +269,7 @@ static inline bool st_lld_is_alarm_active(void) return (bool) ((TIVA_ST_TIM->IMR & GPTM_IMR_TAMIM) !=0); } -#endif /* _ST_LLD_H_ */ +#endif /* HAL_ST_LLD_H */ /** * @} -- cgit v1.2.3