Copter: fix precland parameter description prefix

Thanks to Thomas Stone for finding this

No functional change
This commit is contained in:
Randy Mackay 2016-01-07 12:55:44 +09:00
parent 5ddd332277
commit 15e673f5ae

View File

@ -1056,7 +1056,7 @@ const AP_Param::Info Copter::var_info[] = {
#endif
#if PRECISION_LANDING == ENABLED
// @Group: PRECLAND_
// @Group: PLND_
// @Path: ../libraries/AC_PrecLand/AC_PrecLand.cpp
GOBJECT(precland, "PLND_", AC_PrecLand),
#endif