mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +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:
commit
f4ce78f939
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ F3_TARGETS += $(TARGET)
|
||||||
|
|
||||||
FEATURES = VCP SDCARD_SPI
|
FEATURES = VCP SDCARD_SPI
|
||||||
|
|
||||||
FEATURE_CUT_LEVEL = 5
|
FEATURE_CUT_LEVEL = 6
|
||||||
|
|
||||||
TARGET_SRC = \
|
TARGET_SRC = \
|
||||||
drivers/accgyro/accgyro_mpu.c \
|
drivers/accgyro/accgyro_mpu.c \
|
||||||
|
|
|
@ -30,7 +30,7 @@ FEATURE_CUT_LEVEL = 1
|
||||||
TARGET_SRC += \
|
TARGET_SRC += \
|
||||||
drivers/accgyro/accgyro_spi_mpu6000.c
|
drivers/accgyro/accgyro_spi_mpu6000.c
|
||||||
else
|
else
|
||||||
FEATURE_CUT_LEVEL = 4
|
FEATURE_CUT_LEVEL = 5
|
||||||
|
|
||||||
TARGET_SRC += \
|
TARGET_SRC += \
|
||||||
drivers/accgyro/accgyro_mpu6050.c
|
drivers/accgyro/accgyro_mpu6050.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue