aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal_pwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/hal_pwm.h')
-rw-r--r--os/hal/include/hal_pwm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/include/hal_pwm.h b/os/hal/include/hal_pwm.h
index 5704b40bc..b82aac580 100644
--- a/os/hal/include/hal_pwm.h
+++ b/os/hal/include/hal_pwm.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _PWM_H_
-#define _PWM_H_
+#ifndef HAL_PWM_H
+#define HAL_PWM_H
#if (HAL_USE_PWM == TRUE) || defined(__DOXYGEN__)
@@ -303,6 +303,6 @@ extern "C" {
#endif /* HAL_USE_PWM == TRUE */
-#endif /* _PWM_H_ */
+#endif /* HAL_PWM_H */
/** @} */