From 609bb0c56a6291d047d8c1a4cbfe41b617bc6e40 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Wed, 29 Apr 2015 09:08:06 +0900 Subject: [PATCH] Rover: fix MNT param description --- APMrover2/Parameters.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APMrover2/Parameters.pde b/APMrover2/Parameters.pde index 6de0f91409..724c25ab09 100644 --- a/APMrover2/Parameters.pde +++ b/APMrover2/Parameters.pde @@ -488,7 +488,7 @@ const AP_Param::Info var_info[] PROGMEM = { #endif #if MOUNT == ENABLED - // @Group: MNT_ + // @Group: MNT // @Path: ../libraries/AP_Mount/AP_Mount.cpp GOBJECT(camera_mount, "MNT", AP_Mount), #endif