1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Merge pull request #2539 from mikeller/make_target_mk_consistent

Make target.mk consistent.
This commit is contained in:
Michael Keller 2017-03-16 13:21:38 +13:00 committed by GitHub
commit 9b19e99e56
2 changed files with 21 additions and 21 deletions

View file

@ -1,7 +1,7 @@
F405_TARGETS += $(TARGET)
FEATURES += VCP ONBOARDFLASH
TARGET_SRC += \
TARGET_SRC = \
drivers/accgyro_spi_mpu6000.c \
drivers/accgyro_mpu6500.c \
drivers/accgyro_spi_mpu6500.c \