Fix Ledstrip for LUX_RACE target
This commit is contained in:
parent
3fc0d85003
commit
403812c45f
3
Makefile
3
Makefile
|
@ -618,6 +618,9 @@ LUX_RACE_SRC = \
|
||||||
drivers/barometer_ms5611.c \
|
drivers/barometer_ms5611.c \
|
||||||
drivers/compass_ak8975.c \
|
drivers/compass_ak8975.c \
|
||||||
drivers/compass_hmc5883l.c \
|
drivers/compass_hmc5883l.c \
|
||||||
|
drivers/display_ug2864hsweg01.c \
|
||||||
|
drivers/light_ws2811strip.c \
|
||||||
|
drivers/light_ws2811strip_stm32f30x.c \
|
||||||
drivers/serial_usb_vcp.c \
|
drivers/serial_usb_vcp.c \
|
||||||
$(HIGHEND_SRC) \
|
$(HIGHEND_SRC) \
|
||||||
$(COMMON_SRC) \
|
$(COMMON_SRC) \
|
||||||
|
|
|
@ -160,7 +160,6 @@
|
||||||
#define GTUNE
|
#define GTUNE
|
||||||
|
|
||||||
|
|
||||||
/* FIXME - Ledstrip cannot compile
|
|
||||||
#define LED_STRIP
|
#define LED_STRIP
|
||||||
|
|
||||||
#define LED_STRIP_TIMER TIM16
|
#define LED_STRIP_TIMER TIM16
|
||||||
|
@ -175,7 +174,6 @@
|
||||||
#define WS2811_TIMER_APB2_PERIPHERAL RCC_APB2Periph_TIM16
|
#define WS2811_TIMER_APB2_PERIPHERAL RCC_APB2Periph_TIM16
|
||||||
#define WS2811_DMA_CHANNEL DMA1_Channel3
|
#define WS2811_DMA_CHANNEL DMA1_Channel3
|
||||||
#define WS2811_IRQ DMA1_Channel3_IRQn
|
#define WS2811_IRQ DMA1_Channel3_IRQn
|
||||||
*/
|
|
||||||
|
|
||||||
#define TELEMETRY
|
#define TELEMETRY
|
||||||
#define SERIAL_RX
|
#define SERIAL_RX
|
||||||
|
|
Loading…
Reference in New Issue