Skip to content
Snippets Groups Projects
Commit d6b4bfd9 authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: move underscore in BATT_ parameters

parent 76a28a96
No related branches found
No related tags found
No related merge requests found
......@@ -943,7 +943,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment