mirror of https://github.com/ArduPilot/ardupilot
hwdef: ensure SpeedyBeeF405Mini builds on plane
This commit is contained in:
parent
53bf4e9e8e
commit
3bc082211b
|
@ -152,3 +152,7 @@ define HAL_COMPASS_AUTO_ROT_DEFAULT 2
|
|||
define HAL_DEFAULT_INS_FAST_SAMPLE 3
|
||||
# Motor order implies Betaflight/X for standard ESCs
|
||||
define HAL_FRAME_TYPE_DEFAULT 12
|
||||
|
||||
# minimal drivers to reduce flash usage
|
||||
include ../include/minimal.inc
|
||||
define AP_BATTERY_SYNTHETIC_CURRENT_ENABLED 0
|
||||
|
|
Loading…
Reference in New Issue