mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
OP-1652 WS281x pins : Update flight side for revo
This commit is contained in:
parent
9828e4a5bf
commit
bc178b8a95
@ -2074,7 +2074,7 @@ const struct pios_ws2811_pin_cfg pios_ws2811_pin_cfg[] = {
|
||||
.GPIO_OType = GPIO_OType_PP,
|
||||
},
|
||||
},
|
||||
[HWSETTINGS_WS2811LED_OUT_FLEXIPIN3] = {
|
||||
[HWSETTINGS_WS2811LED_OUT_FLEXIOPIN3] = {
|
||||
.gpio = GPIOB,
|
||||
.gpioInit = {
|
||||
.GPIO_Pin = GPIO_Pin_12,
|
||||
@ -2083,7 +2083,7 @@ const struct pios_ws2811_pin_cfg pios_ws2811_pin_cfg[] = {
|
||||
.GPIO_OType = GPIO_OType_PP,
|
||||
},
|
||||
},
|
||||
[HWSETTINGS_WS2811LED_OUT_FLEXIPIN4] = {
|
||||
[HWSETTINGS_WS2811LED_OUT_FLEXIOPIN4] = {
|
||||
.gpio = GPIOB,
|
||||
.gpioInit = {
|
||||
.GPIO_Pin = GPIO_Pin_13,
|
||||
|
Loading…
x
Reference in New Issue
Block a user