aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/hal_st_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/AVR/hal_st_lld.h')
-rw-r--r--os/hal/ports/AVR/hal_st_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/AVR/hal_st_lld.h b/os/hal/ports/AVR/hal_st_lld.h
index eb20633e4..470980261 100644
--- a/os/hal/ports/AVR/hal_st_lld.h
+++ b/os/hal/ports/AVR/hal_st_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file AVR/st_lld.h
+ * @file hal_st_lld.h
* @brief ST Driver subsystem low level driver header.
* @details This header is designed to be include-able without having to
* include other files from the HAL.
@@ -24,8 +24,8 @@
* @{
*/
-#ifndef _ST_LLD_H_
-#define _ST_LLD_H_
+#ifndef HAL_ST_LLD_H
+#define HAL_ST_LLD_H
#include <avr/io.h>
@@ -162,6 +162,6 @@ static inline bool st_lld_is_alarm_active(void) {
return (bool) ((TIMSK_REG & _BV(OCIE1A)) != 0);
}
-#endif /* _ST_LLD_H_ */
+#endif /* HAL_ST_LLD_H */
/** @} */