mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
LP-512 SPRacingF3 Evo: Heartbeat led is active_low
This commit is contained in:
parent
302ffd53c7
commit
507d5a2b80
@ -42,7 +42,7 @@ static const struct pios_gpio pios_leds[] = {
|
||||
.GPIO_PuPd = GPIO_PuPd_NOPULL,
|
||||
},
|
||||
},
|
||||
.active_low = false
|
||||
.active_low = true
|
||||
},
|
||||
[PIOS_LED_ALARM] = { /* not really LED, but buzzer! */
|
||||
.pin = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user