Merge pull request #7518 from mikeller/feature_cuts

Removed features from AIORACERF3 and IMPULSERCF3 to make it fit flash.
This commit is contained in:
Michael Keller 2019-02-03 17:40:35 +13:00 committed by GitHub
commit 5094061567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ F3_TARGETS += $(TARGET)
FEATURES = VCP ONBOARDFLASH
FEATURE_CUT_LEVEL = 9
FEATURE_CUT_LEVEL = 10
TARGET_SRC = \
drivers/accgyro/accgyro_mpu.c \

View File

@ -3,7 +3,7 @@ F3_TARGETS += $(TARGET)
FEATURES = VCP SDCARD_SPI
ifeq ($(TARGET), AIORACERF3)
FEATURE_CUT_LEVEL = 3
FEATURE_CUT_LEVEL = 4
else
FEATURE_CUT_LEVEL = 8
endif