STM32F3DISCOVERY bulld failed. Added a few missing modules in TARGET_SRC.

This commit is contained in:
Anders Hoglund 2016-06-18 21:22:07 +02:00
parent 34c0b30945
commit 6927139261
1 changed files with 5 additions and 2 deletions

View File

@ -12,8 +12,11 @@ TARGET_SRC = \
drivers/accgyro_mpu.c \
drivers/accgyro_mpu3050.c \
drivers/accgyro_mpu6050.c \
drivers/accgyro_mpu6500.c \
drivers/accgyro_spi_mpu6500.c \
drivers/accgyro_l3g4200d.c \
drivers/barometer_ms5611.c \
drivers/barometer_bmp280.c \
drivers/compass_ak8975.c
drivers/compass_ak8975.c \
drivers/max7456.c \
io/osd.c