mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: BATT param's underscore moved to library
This commit is contained in:
parent
6bec527aa3
commit
4521d8169b
@ -525,7 +525,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
|
||||
// @Group: BATT_
|
||||
// @Path: ../libraries/AP_BattMonitor/AP_BattMonitor.cpp
|
||||
GOBJECT(battery, "BATT_", AP_BattMonitor),
|
||||
GOBJECT(battery, "BATT", AP_BattMonitor),
|
||||
|
||||
// @Group: BRD_
|
||||
// @Path: ../libraries/AP_BoardConfig/AP_BoardConfig.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user