1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

CC3D beeper fix

This commit is contained in:
blckmn 2016-06-02 22:33:29 +10:00
parent 928609e2bb
commit 6587081423
2 changed files with 3 additions and 2 deletions

View file

@ -375,7 +375,7 @@ void init(void)
#endif
#ifdef CC3D
if (masterConfig.use_buzzer_p6 == 1)
beeperConfig.gpioPin = Pin_2;
beeperConfig.ioTag = IO_TAG(BEEPER_OPT);
#endif
beeperInit(&beeperConfig);

View file

@ -22,7 +22,8 @@
#define INVERTER PB2 // PB2 (BOOT1) used as inverter select GPIO
#define INVERTER_USART USART1
#define BEEPER PB15 // PA15 (Beeper)
#define BEEPER PB15 // PB15 (Beeper)
#define BEEPER_OPT PB2 // PB15 (Beeper)
#define USE_EXTI
#define USE_MPU_DATA_READY_SIGNAL