Rover: move MNT param's underscore to mount lib

This commit is contained in:
Randy Mackay 2015-01-12 21:12:31 +09:00 committed by Andrew Tridgell
parent 37d1079d25
commit 06fcb87755
1 changed files with 1 additions and 1 deletions

View File

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