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

Reduce feature cut for BFF3 (#8068)

Reduce feature cut for BFF3
This commit is contained in:
Michael Keller 2019-04-28 12:41:45 +12:00 committed by GitHub
commit c61fd32b13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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