diff --git a/ArduCopter/Parameters.pde b/ArduCopter/Parameters.pde index 3e06c16435..4f6d5542f5 100644 --- a/ArduCopter/Parameters.pde +++ b/ArduCopter/Parameters.pde @@ -865,7 +865,7 @@ const AP_Param::Info var_info[] PROGMEM = { GOBJECT(ahrs, "AHRS_", AP_AHRS), #if MOUNT == ENABLED - // @Group: MNT_ + // @Group: MNT // @Path: ../libraries/AP_Mount/AP_Mount.cpp GOBJECT(camera_mount, "MNT", AP_Mount), #endif