Browse Source

Copter: fix MNT param description

extra underscore was appearing in the parameter descriptions on the web
mission-4.1.18
Randy Mackay 10 years ago
parent
commit
85b0a18f61
  1. 2
      ArduCopter/Parameters.pde

2
ArduCopter/Parameters.pde

@ -865,7 +865,7 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -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

Loading…
Cancel
Save