mirror of https://github.com/ArduPilot/ardupilot
Rover: fix MNT param description
This commit is contained in:
parent
e122916815
commit
609bb0c56a
|
@ -488,7 +488,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||
#endif
|
||||
|
||||
#if MOUNT == ENABLED
|
||||
// @Group: MNT_
|
||||
// @Group: MNT
|
||||
// @Path: ../libraries/AP_Mount/AP_Mount.cpp
|
||||
GOBJECT(camera_mount, "MNT", AP_Mount),
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue