mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Removed features from AIORACERF3 to fix flash overflow.
This commit is contained in:
parent
5ec561f6d7
commit
c471f19c8f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue