From a96c1566ec3caa54ef998aa694895b7cc04f6d23 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Tue, 18 Dec 2018 13:52:22 +0900 Subject: [PATCH] Plane: fix quadplane pos control param docs --- ArduPlane/quadplane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/quadplane.cpp b/ArduPlane/quadplane.cpp index f132fffd67..7ba1a9ba37 100644 --- a/ArduPlane/quadplane.cpp +++ b/ArduPlane/quadplane.cpp @@ -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),