1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Generalised USB MSC use for all F4 targets with SD card. (#5519)

This commit is contained in:
Michael Keller 2018-03-24 16:00:53 +13:00 committed by GitHub
parent 79debdc993
commit a8e86880f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 20 additions and 11 deletions

View file

@ -382,7 +382,8 @@ SRC += \
drivers/sdcard.c \
drivers/sdcard_standard.c \
io/asyncfatfs/asyncfatfs.c \
io/asyncfatfs/fat_standard.c
io/asyncfatfs/fat_standard.c \
$(MSC_SRC)
endif
ifneq ($(filter VCP,$(FEATURES)),)