diff options
-rw-r--r-- | os/hal/include/pwm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/pwm.h b/os/hal/include/pwm.h index a6dda5e71..8f2418691 100644 --- a/os/hal/include/pwm.h +++ b/os/hal/include/pwm.h @@ -27,7 +27,7 @@ #ifndef _PWM_H_
#define _PWM_H_
-#if CH_HAL_USEPWM || defined(__DOXYGEN__)
+#if CH_HAL_USE_PWM || defined(__DOXYGEN__)
/**
* @brief Driver state machine possible states.
@@ -84,7 +84,7 @@ extern "C" { }
#endif
-#endif /* CH_HAL_USEPWM */
+#endif /* CH_HAL_USE_PWM */
#endif /* _PWM_H_ */
|