1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

LP-72 Remove FlexiIO ports from WS2811LED table

This commit is contained in:
Cliff Geerdes 2015-11-10 13:30:39 -05:00 committed by Laurent Lalanne
parent c142e5fbc4
commit 8e9e3c72b4

View File

@ -2243,6 +2243,8 @@ const struct pios_ws2811_pin_cfg pios_ws2811_pin_cfg[] = {
.GPIO_OType = GPIO_OType_PP,
},
},
#if 0
// Revo FlexiIo (receiver port) is not available on Sparky2
[HWSETTINGS_WS2811LED_OUT_FLEXIIOPIN3] = {
.gpio = GPIOB,
.gpioInit = {
@ -2261,6 +2263,7 @@ const struct pios_ws2811_pin_cfg pios_ws2811_pin_cfg[] = {
.GPIO_OType = GPIO_OType_PP,
},
},
#endif
};
const struct pios_ws2811_cfg pios_ws2811_cfg = {