1
0
Fork 0
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:
conkerkh 2018-04-01 21:46:11 +02:00 committed by Michael Keller
parent 31639e4a48
commit 1243b3ad50

View file

@ -23,6 +23,8 @@
#define LED0_PIN PB7
#define LED1_PIN PB14
#define LED0_INVERTED
#define LED1_INVERTED
#define USE_BEEPER
#define BEEPER_PIN PA0