From 538eb2618894a98de22cfb9ee7d19c32c8b1a42b Mon Sep 17 00:00:00 2001 From: mikeller Date: Tue, 19 Mar 2019 02:43:13 +1300 Subject: [PATCH] Removed features from MIDELICF3, RMDO, and SPRACINGF3 to make the firmware fit the flash space. --- src/main/target/MIDELICF3/target.mk | 2 +- src/main/target/SPRACINGF3/target.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/target/MIDELICF3/target.mk b/src/main/target/MIDELICF3/target.mk index 58740a96d5..e38764735e 100644 --- a/src/main/target/MIDELICF3/target.mk +++ b/src/main/target/MIDELICF3/target.mk @@ -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 \ diff --git a/src/main/target/SPRACINGF3/target.mk b/src/main/target/SPRACINGF3/target.mk index c9c3a40206..9163351392 100644 --- a/src/main/target/SPRACINGF3/target.mk +++ b/src/main/target/SPRACINGF3/target.mk @@ -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