Browse Source

Plane: fix MNT param description

mission-4.1.18
Randy Mackay 10 years ago
parent
commit
e122916815
  1. 2
      ArduPlane/Parameters.pde

2
ArduPlane/Parameters.pde

@ -1131,7 +1131,7 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -1131,7 +1131,7 @@ const AP_Param::Info var_info[] PROGMEM = {
GOBJECT(TECS_controller, "TECS_", AP_TECS),
#if MOUNT == ENABLED
// @Group: MNT_
// @Group: MNT
// @Path: ../libraries/AP_Mount/AP_Mount.cpp
GOBJECT(camera_mount, "MNT", AP_Mount),
#endif

Loading…
Cancel
Save