Skip to content

Commit

Permalink
Merge pull request #9143 from lida2003/master
Browse files Browse the repository at this point in the history
Fix AOCODARCH7DUAL Buzzer continous beeping issue
  • Loading branch information
DzikuVx committed Jul 4, 2023
2 parents 09ed98a + 1a0e343 commit f2e5761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/target/AOCODARCH7DUAL/target.c
Expand Up @@ -48,6 +48,7 @@ timerHardware_t timerHardware[] = {
DEF_TIM(TIM15, CH2, PE6, TIM_USE_MC_SERVO | TIM_USE_FW_SERVO, 0, 0), // S12 DMA_NONE

DEF_TIM(TIM1, CH1, PA8, TIM_USE_LED, 0, 9), // LED_2812
DEF_TIM(TIM2, CH1, PA15, TIM_USE_BEEPER, 0, 0), // BEEPER PWM

};

Expand Down
1 change: 1 addition & 0 deletions src/main/target/AOCODARCH7DUAL/target.h
Expand Up @@ -28,6 +28,7 @@

#define BEEPER PA15
#define BEEPER_INVERTED
#define BEEPER_PWM_FREQUENCY 2500

// *************** IMU generic ***********************
#define USE_DUAL_GYRO
Expand Down

0 comments on commit f2e5761

Please sign in to comment.