mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-10 08:34:17 -03:00
Plane: move MNT param's underscore to mount lib
This commit is contained in:
parent
7ffcf62e2e
commit
37d1079d25
@ -1109,7 +1109,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||||||
#if MOUNT == ENABLED
|
#if MOUNT == ENABLED
|
||||||
// @Group: MNT_
|
// @Group: MNT_
|
||||||
// @Path: ../libraries/AP_Mount/AP_Mount.cpp
|
// @Path: ../libraries/AP_Mount/AP_Mount.cpp
|
||||||
GOBJECT(camera_mount, "MNT_", AP_Mount),
|
GOBJECT(camera_mount, "MNT", AP_Mount),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @Group: BATT_
|
// @Group: BATT_
|
||||||
|
Loading…
Reference in New Issue
Block a user