From 536311744d46d4b808807fbe1727e6ba220fe6a6 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Wed, 26 Aug 2015 11:15:16 +0900 Subject: [PATCH] Rover: fix link to BATT param descriptions --- APMrover2/Parameters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APMrover2/Parameters.cpp b/APMrover2/Parameters.cpp index 369cd9a541..f3f5e1372d 100644 --- a/APMrover2/Parameters.cpp +++ b/APMrover2/Parameters.cpp @@ -518,7 +518,7 @@ const AP_Param::Info Rover::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),