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:
commit
4eeedfa38c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ F3_TARGETS += $(TARGET)
|
|||
FEATURES = VCP SDCARD_SPI
|
||||
|
||||
ifeq ($(TARGET), AIORACERF3)
|
||||
FEATURE_CUT_LEVEL = 4
|
||||
FEATURE_CUT_LEVEL = 5
|
||||
else
|
||||
FEATURE_CUT_LEVEL = 8
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue