diff --git a/APMrover2/Parameters.pde b/APMrover2/Parameters.pde index f85bd8aa45..93d76d3379 100644 --- a/APMrover2/Parameters.pde +++ b/APMrover2/Parameters.pde @@ -520,7 +520,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_