From 45e0e48e54f7f5a35d3d4f53bbd18558feae40f3 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Tue, 14 Oct 2014 12:42:45 +0900 Subject: [PATCH] BattMon: minor param description update --- libraries/AP_BattMonitor/AP_BattMonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_BattMonitor/AP_BattMonitor.cpp b/libraries/AP_BattMonitor/AP_BattMonitor.cpp index 5d0fa54a30..b33270c9c8 100644 --- a/libraries/AP_BattMonitor/AP_BattMonitor.cpp +++ b/libraries/AP_BattMonitor/AP_BattMonitor.cpp @@ -34,7 +34,7 @@ const AP_Param::GroupInfo AP_BattMonitor::var_info[] PROGMEM = { // @Param: AMP_PERVOLT // @DisplayName: Amps per volt // @Description: Number of amps that a 1V reading on the current sensor corresponds to. On the APM2 or Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17. - // @Units: A/V + // @Units: Amps/Volt // @User: Standard AP_GROUPINFO("AMP_PERVOLT", 4, AP_BattMonitor, _curr_amp_per_volt, AP_BATT_CURR_AMP_PERVOLT_DEFAULT),