Skip to content

Commit c220198

Browse files
Merge pull request #11531 from sensei-hacker/fix-pwm-beeper-mode-regression
BLUEBERRYF405: add missing PWM beeper timer entry for PB9
2 parents 28ab300 + 73d9e07 commit c220198

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/target/BLUEBERRYF405/target.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ timerHardware_t timerHardware[] = {
4040
DEF_TIM(TIM4, CH1, PB6, TIM_USE_OUTPUT_AUTO, 0, 0), // S11 D(1,0,2)
4141

4242
DEF_TIM(TIM3, CH4, PB1, TIM_USE_LED, 0, 0), // 2812LED D(1,2,5)
43+
DEF_TIM(TIM11, CH1, PB9, TIM_USE_BEEPER, 0, 0), // BEEPER PWM
4344

4445
DEF_TIM(TIM5, CH3, PA2, TIM_USE_ANY, 0, 0), // softserial1_TX (PA2 shared with UART2_TX)
4546
};

0 commit comments

Comments
 (0)