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

Merge pull request #908 from AndersHoglund/fix_CC3D_BP6

Fix CC3D beeper.
This commit is contained in:
borisbstyle 2016-08-07 00:18:50 +02:00 committed by GitHub
commit cd7b7623fc

View file

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