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:
commit
9b19e99e56
2 changed files with 21 additions and 21 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue