mirror of https://github.com/ArduPilot/ardupilot
hwdef: SkyViper doesn't have two batteries; remove code based on that
This commit is contained in:
parent
5afabf7bfb
commit
42e0d85ac9
|
@ -208,4 +208,8 @@ define HAL_BUTTON_ENABLED 0
|
|||
// disable scripting on SkyViper (should we enable this?)
|
||||
define AP_SCRIPTING_ENABLED 0
|
||||
|
||||
// SkyViper does not have a second battery....
|
||||
define AP_BATT_MONITOR_MAX_INSTANCES 1
|
||||
define AP_MAVLINK_BATTERY2_ENABLED 0
|
||||
|
||||
AUTOBUILD_TARGETS Copter
|
||||
|
|
Loading…
Reference in New Issue