mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: BATT param's underscore moved to library
This commit is contained in:
parent
7d18744094
commit
6bec527aa3
@ -1120,7 +1120,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