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

Fix CC3D beeper.

This commit is contained in:
Anders Hoglund 2016-08-06 23:08:58 +02:00
parent e4011e9c5e
commit aca449a043

View file

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