1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Removed features from AIORACERF3 to fix flash overflow. (#8178)

Removed features from AIORACERF3 to fix flash overflow.
This commit is contained in:
Michael Keller 2019-05-05 11:42:40 +12:00 committed by GitHub
commit 4eeedfa38c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ F3_TARGETS += $(TARGET)
FEATURES = VCP SDCARD_SPI FEATURES = VCP SDCARD_SPI
ifeq ($(TARGET), AIORACERF3) ifeq ($(TARGET), AIORACERF3)
FEATURE_CUT_LEVEL = 4 FEATURE_CUT_LEVEL = 5
else else
FEATURE_CUT_LEVEL = 8 FEATURE_CUT_LEVEL = 8
endif endif