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

Merge pull request #4250 from jflyper/bfdev-bff4-fix-buzzer-inversion

BFF4: Beeper is on PB4, and is INVERTED
This commit is contained in:
jflyper 2017-09-28 23:02:15 +09:00 committed by GitHub
commit ceb6f70aa9

View file

@ -24,8 +24,8 @@
#define LED0_PIN PB5
// Leave beeper here but with none as io - so disabled unless mapped.
#define BEEPER PB4
#define BEEPER_INVERTED
// PC13 used as inverter select GPIO for UART2
#define INVERTER_PIN_UART2 PC13