mirror of https://github.com/ArduPilot/ardupilot
hwdef: ensure SpeedyBeeF405Mini builds on plane
This commit is contained in:
parent
8116812ae8
commit
1a8ae96b0d
|
@ -152,3 +152,7 @@ define HAL_COMPASS_AUTO_ROT_DEFAULT 2
|
||||||
define HAL_DEFAULT_INS_FAST_SAMPLE 3
|
define HAL_DEFAULT_INS_FAST_SAMPLE 3
|
||||||
# Motor order implies Betaflight/X for standard ESCs
|
# Motor order implies Betaflight/X for standard ESCs
|
||||||
define HAL_FRAME_TYPE_DEFAULT 12
|
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