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

Merge pull request #9410 from mikeller/move_targets_into_legacy_for_4_1_5

Move targets into legacy targets for 4.1.5.
This commit is contained in:
Michael Keller 2020-02-17 08:10:20 +13:00
parent cbea99c75f
commit d4196cd509

View file

@ -174,7 +174,8 @@ LEGACY_TARGETS := MATEKF405 \
SKYZONEF405 \
XRACERF4 \
AG3XF7 \
YUPIF7
YUPIF7 \
PYRODRONEF4
CI_TARGETS := $(filter-out $(LEGACY_TARGETS), $(filter-out $(UNSUPPORTED_TARGETS), $(VALID_TARGETS)))