From e4c62811ea88a4f7ca4c5ea802baceaf851d73d8 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Wed, 26 Aug 2015 11:15:29 +0900 Subject: [PATCH] Plane: fix link to BATT parameter descriptions --- ArduPlane/Parameters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/Parameters.cpp b/ArduPlane/Parameters.cpp index 688248dbd4..7b5a209b7d 100644 --- a/ArduPlane/Parameters.cpp +++ b/ArduPlane/Parameters.cpp @@ -1165,7 +1165,7 @@ const AP_Param::Info Plane::var_info[] PROGMEM = { GOBJECT(camera_mount, "MNT", AP_Mount), #endif - // @Group: BATT_ + // @Group: BATT // @Path: ../libraries/AP_BattMonitor/AP_BattMonitor.cpp GOBJECT(battery, "BATT", AP_BattMonitor),