Fix broken targets

This commit is contained in:
borisbstyle 2016-02-03 09:46:39 +01:00
parent 77f589b3ce
commit 927118d376
1 changed files with 4 additions and 3 deletions

View File

@ -655,6 +655,7 @@ ALIENFLIGHTF3_SRC = \
RMDO_SRC = \
$(STM32F30x_COMMON_SRC) \
drivers/accgyro_mpu.c \
drivers/accgyro_mpu6050.c \
drivers/barometer_bmp280.c \
drivers/display_ug2864hsweg01.h \
@ -693,12 +694,12 @@ IRCFUSIONF3_SRC = \
drivers/barometer_ms5611.c \
drivers/compass_ak8975.c \
drivers/barometer_bmp085.c \
drivers/barometer_bmp280.c \
drivers/compass_hmc5883l.c \
drivers/display_ug2864hsweg01.c \
drivers/display_ug2864hsweg01.h \
drivers/flash_m25p16.c \
drivers/light_ws2811strip.c \
drivers/light_ws2811strip_stm32f30x.c \
drivers/serial_usb_vcp.c \
drivers/flash_m25p16.c \
drivers/serial_softserial.c \
drivers/sonar_hcsr04.c \
io/flashfs.c \