diff options
| author | Joel Challis <git@zvecr.com> | 2024-09-24 12:04:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-24 21:04:15 +1000 |
| 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 @@ | |||
| 25 | # define BACKLIGHT_PWM_CHANNEL 3 | 25 | # define BACKLIGHT_PWM_CHANNEL 3 |
| 26 | #endif | 26 | #endif |
| 27 | 27 | ||
| 28 | // Support for pins which are on TIM1_CH1N - requires STM32_PWM_USE_ADVANCED | 28 | // Support for pins which are on TIM1_CH1N |
| 29 | #ifdef BACKLIGHT_PWM_COMPLEMENTARY_OUTPUT | 29 | #ifdef BACKLIGHT_PWM_COMPLEMENTARY_OUTPUT |
| 30 | # if BACKLIGHT_ON_STATE == 1 | 30 | # if BACKLIGHT_ON_STATE == 1 |
| 31 | # define PWM_OUTPUT_MODE PWM_COMPLEMENTARY_OUTPUT_ACTIVE_LOW; | 31 | # define PWM_OUTPUT_MODE PWM_COMPLEMENTARY_OUTPUT_ACTIVE_LOW; |
