ArduCopter: disable turtle mode in minimize_features.inc
instead of using the define. This enables turtle mode on minimised fpv-osd boards.
This commit is contained in:
parent
472dda6555
commit
7deb7e2c20
@ -19,4 +19,4 @@ define HAL_RUNCAM_ENABLED 0
|
||||
define AP_SMARTAUDIO_ENABLED 0
|
||||
|
||||
# can't fit Turtle mode on minimized boards:
|
||||
define MODE_TURTLE_ENABLED 1
|
||||
define MODE_TURTLE_ENABLED 0
|
||||
|
Loading…
Reference in New Issue
Block a user