mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
LEDs on NucleoF7 are inverted. (#5602)
This commit is contained in:
parent
31639e4a48
commit
1243b3ad50
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
||||||
|
|
||||||
#define LED0_PIN PB7
|
#define LED0_PIN PB7
|
||||||
#define LED1_PIN PB14
|
#define LED1_PIN PB14
|
||||||
|
#define LED0_INVERTED
|
||||||
|
#define LED1_INVERTED
|
||||||
|
|
||||||
#define USE_BEEPER
|
#define USE_BEEPER
|
||||||
#define BEEPER_PIN PA0
|
#define BEEPER_PIN PA0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue