1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +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);