mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Configurable SDCARD, and clean up of DMA.
This commit is contained in:
parent
b73ffbb592
commit
39bb6ffe04
54 changed files with 504 additions and 436 deletions
|
@ -365,7 +365,7 @@ endif
|
|||
SRC += $(COMMON_SRC)
|
||||
|
||||
#excludes
|
||||
SRC := $(filter-out ${MCU_EXCLUDES}, $(SRC))
|
||||
SRC := $(filter-out $(MCU_EXCLUDES), $(SRC))
|
||||
|
||||
ifneq ($(filter SDCARD,$(FEATURES)),)
|
||||
SRC += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue