From 37d1079d253d25e1040f5b1e0595f92096f9f379 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Mon, 12 Jan 2015 21:12:24 +0900 Subject: [PATCH] Plane: move MNT param's underscore to mount lib --- ArduPlane/Parameters.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/Parameters.pde b/ArduPlane/Parameters.pde index 9e3557269d..78846e1f57 100644 --- a/ArduPlane/Parameters.pde +++ b/ArduPlane/Parameters.pde @@ -1109,7 +1109,7 @@ const AP_Param::Info var_info[] PROGMEM = { #if MOUNT == ENABLED // @Group: MNT_ // @Path: ../libraries/AP_Mount/AP_Mount.cpp - GOBJECT(camera_mount, "MNT_", AP_Mount), + GOBJECT(camera_mount, "MNT", AP_Mount), #endif // @Group: BATT_