aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/LLD/hal_st_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/TIVA/LLD/hal_st_lld.h')
-rw-r--r--os/hal/ports/TIVA/LLD/hal_st_lld.h6
1 files changed, 3 insertions, 3 deletions
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 */
/**
* @}