diff options
| author | Joel Challis | 2024-09-24 13:04:15 +0200 |
|---|---|---|
| committer | GitHub | 2024-09-24 13:04:15 +0200 |
| commit | a7486a8d87e6b982033d9328f6474fb7d7d5371a (patch) | |
| tree | 5b93decd9a5a8895f7682a85af5b2b89549170f0 /platforms | |
| parent | c622e1439c4116ff14b1bbc191f146162cc67f28 (diff) | |
Remove `STM32_PWM_USE_ADVANCED` references (#24432)
Diffstat (limited to 'platforms')
| -rw-r--r-- | platforms/chibios/drivers/backlight_pwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/drivers/backlight_pwm.c b/platforms/chibios/drivers/backlight_pwm.c index 01e6f71307..25fe7962b0 100644 --- a/platforms/chibios/drivers/backlight_pwm.c +++ b/platforms/chibios/drivers/backlight_pwm.c @@ -25,7 +25,7 @@ # define BACKLIGHT_PWM_CHANNEL 3 #endif -// Support for pins which are on TIM1_CH1N - requires STM32_PWM_USE_ADVANCED +// Support for pins which are on TIM1_CH1N #ifdef BACKLIGHT_PWM_COMPLEMENTARY_OUTPUT # if BACKLIGHT_ON_STATE == 1 # define PWM_OUTPUT_MODE PWM_COMPLEMENTARY_OUTPUT_ACTIVE_LOW; |