1
0
Fork 0

Remove STM32_PWM_USE_ADVANCED references (#24432)

This commit is contained in:
Joel Challis 2024-09-24 12:04:15 +01:00 committed by GitHub
parent c622e1439c
commit a7486a8d87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 2 additions and 64 deletions

View file

@ -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;