mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
Sub: Support AP_BattMonitor_Params
This commit is contained in:
parent
ff85f5e9bd
commit
2b81058ca1
@ -180,7 +180,7 @@ void Sub::read_battery(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// update motors with voltage and current
|
// update motors with voltage and current
|
||||||
if (battery.get_type() != AP_BattMonitor::BattMonitor_TYPE_NONE) {
|
if (battery.get_type() != AP_BattMonitor_Params::BattMonitor_TYPE_NONE) {
|
||||||
motors.set_voltage(battery.voltage());
|
motors.set_voltage(battery.voltage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user