mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_HAL_ChibiOS: 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
19b066a46a
commit
472dda6555
@ -17,3 +17,6 @@ define HAL_RUNCAM_ENABLED 0
|
||||
|
||||
# minimized boards don't get configuration via SmartAudio by default:
|
||||
define AP_SMARTAUDIO_ENABLED 0
|
||||
|
||||
# can't fit Turtle mode on minimized boards:
|
||||
define MODE_TURTLE_ENABLED 1
|
||||
|
Loading…
Reference in New Issue
Block a user