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:
commit
ceb6f70aa9
1 changed files with 1 additions and 1 deletions
|
@ -24,8 +24,8 @@
|
||||||
|
|
||||||
#define LED0_PIN PB5
|
#define LED0_PIN PB5
|
||||||
|
|
||||||
// Leave beeper here but with none as io - so disabled unless mapped.
|
|
||||||
#define BEEPER PB4
|
#define BEEPER PB4
|
||||||
|
#define BEEPER_INVERTED
|
||||||
|
|
||||||
// PC13 used as inverter select GPIO for UART2
|
// PC13 used as inverter select GPIO for UART2
|
||||||
#define INVERTER_PIN_UART2 PC13
|
#define INVERTER_PIN_UART2 PC13
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue