From 403812c45f79b037504c13d3c3233b5139ed3e1a Mon Sep 17 00:00:00 2001 From: borisbstyle Date: Wed, 3 Feb 2016 12:06:23 +0100 Subject: [PATCH] Fix Ledstrip for LUX_RACE target --- Makefile | 3 +++ src/main/target/LUX_RACE/target.h | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 47472614c..0e3feab7b 100644 --- a/Makefile +++ b/Makefile @@ -618,6 +618,9 @@ LUX_RACE_SRC = \ drivers/barometer_ms5611.c \ drivers/compass_ak8975.c \ drivers/compass_hmc5883l.c \ + drivers/display_ug2864hsweg01.c \ + drivers/light_ws2811strip.c \ + drivers/light_ws2811strip_stm32f30x.c \ drivers/serial_usb_vcp.c \ $(HIGHEND_SRC) \ $(COMMON_SRC) \ diff --git a/src/main/target/LUX_RACE/target.h b/src/main/target/LUX_RACE/target.h index 8d5a2dffe..48b586391 100644 --- a/src/main/target/LUX_RACE/target.h +++ b/src/main/target/LUX_RACE/target.h @@ -160,7 +160,6 @@ #define GTUNE -/* FIXME - Ledstrip cannot compile #define LED_STRIP #define LED_STRIP_TIMER TIM16 @@ -175,7 +174,6 @@ #define WS2811_TIMER_APB2_PERIPHERAL RCC_APB2Periph_TIM16 #define WS2811_DMA_CHANNEL DMA1_Channel3 #define WS2811_IRQ DMA1_Channel3_IRQn -*/ #define TELEMETRY #define SERIAL_RX