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

Merge pull request #7842 from mikeller/feature_cuts_yay

Removed more features from RMDO, SPRACINGF3 to make it fit flash.
This commit is contained in:
Michael Keller 2019-03-21 05:27:05 +13:00 committed by GitHub
commit 4abf29e139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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