Plane: fix quadplane pos control param docs

This commit is contained in:
Randy Mackay 2018-12-18 13:52:22 +09:00 committed by Francisco Ferreira
parent 61e048a41b
commit a96c1566ec

View File

@ -33,7 +33,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = {
// 12 ~ 16 were used by position, velocity and acceleration PIDs
// @Group: P_
// @Group: P
// @Path: ../libraries/AC_AttitudeControl/AC_PosControl.cpp
AP_SUBGROUPPTR(pos_control, "P", 17, QuadPlane, AC_PosControl),