aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/hal_pwm_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/AVR/hal_pwm_lld.h')
-rw-r--r--os/hal/ports/AVR/hal_pwm_lld.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/os/hal/ports/AVR/hal_pwm_lld.h b/os/hal/ports/AVR/hal_pwm_lld.h
index ae61f86c9..39dffbce8 100644
--- a/os/hal/ports/AVR/hal_pwm_lld.h
+++ b/os/hal/ports/AVR/hal_pwm_lld.h
@@ -20,15 +20,15 @@
*/
/**
- * @file AVR/pwm_lld.h
- * @brief AVR PWM driver subsystem low level driver.
+ * @file hal_pwm_lld.h
+ * @brief AVR PWM driver subsystem low level driver header.
*
* @addtogroup PWM
* @{
*/
-#ifndef _PWM_LLD_H_
-#define _PWM_LLD_H_
+#ifndef HAL_PWM_LLD_H
+#define HAL_PWM_LLD_H
#if HAL_USE_PWM || defined(__DOXYGEN__)
@@ -228,6 +228,6 @@ extern "C" {
#endif /* HAL_USE_PWM */
-#endif /* _PWM_LLD_H_ */
+#endif /* HAL_PWM_LLD_H */
/** @} */