1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Merge pull request #7829 from mikeller/more_feature_cuts

Removed features from MIDELICF3, RMDO, and SPRACINGF3 to make the firmware fit the flash space.
This commit is contained in:
Michael Keller 2019-03-19 20:10:44 +13:00 committed by GitHub
commit f4ce78f939
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 SDCARD_SPI
FEATURE_CUT_LEVEL = 5
FEATURE_CUT_LEVEL = 6
TARGET_SRC = \
drivers/accgyro/accgyro_mpu.c \

View file

@ -30,7 +30,7 @@ FEATURE_CUT_LEVEL = 1
TARGET_SRC += \
drivers/accgyro/accgyro_spi_mpu6000.c
else
FEATURE_CUT_LEVEL = 4
FEATURE_CUT_LEVEL = 5
TARGET_SRC += \
drivers/accgyro/accgyro_mpu6050.c