Sub: correct LOIT parameter documentation prefix

Closes #11769
This commit is contained in:
Peter Barker 2019-07-11 11:51:03 +10:00 committed by Peter Barker
parent 22598b1a4b
commit 1f4a1cef70

View File

@ -432,7 +432,7 @@ const AP_Param::Info Sub::var_info[] = {
// @Group: LOIT_ // @Group: LOIT_
// @Path: ../libraries/AC_WPNav/AC_Loiter.cpp // @Path: ../libraries/AC_WPNav/AC_Loiter.cpp
GOBJECT(loiter_nav, "LOITER_", AC_Loiter), GOBJECT(loiter_nav, "LOIT_", AC_Loiter),
#if CIRCLE_NAV_ENABLED == ENABLED #if CIRCLE_NAV_ENABLED == ENABLED
// @Group: CIRCLE_ // @Group: CIRCLE_