From 5d4b1df85c55913c7dc9893b765be1cc0546580f Mon Sep 17 00:00:00 2001 From: Laurent Lalanne Date: Sat, 24 Jan 2015 00:56:31 +0100 Subject: [PATCH] OP-1652 Fix comment --- flight/pios/stm32f4xx/pios_ws2811.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/pios/stm32f4xx/pios_ws2811.c b/flight/pios/stm32f4xx/pios_ws2811.c index 4b8e9d987..f0a9ddf29 100644 --- a/flight/pios/stm32f4xx/pios_ws2811.c +++ b/flight/pios/stm32f4xx/pios_ws2811.c @@ -74,7 +74,7 @@ static void genericTIM_OCxPreloadConfig(TIM_TypeDef *TIMx, uint16_t TIM_OCPreloa }, }, .... - [HWSETTINGS_WS2811LED_OUT_FLEXIPIN4] = { + [HWSETTINGS_WS2811LED_OUT_FLEXIIOPIN4] = { .gpio = GPIOB, .gpioInit = { .GPIO_Pin = GPIO_Pin_13,