From 110263ea9832d03c096d84068596107183afac59 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 19 Oct 2017 20:59:02 +1100 Subject: [PATCH] Plane: update docs for Q_YAW_RATE_MAX --- ArduPlane/quadplane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/quadplane.cpp b/ArduPlane/quadplane.cpp index 35d992a220..aad7e0254d 100644 --- a/ArduPlane/quadplane.cpp +++ b/ArduPlane/quadplane.cpp @@ -172,7 +172,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = { // @Param: YAW_RATE_MAX // @DisplayName: Maximum yaw rate - // @Description: This is the maximum yaw rate in degrees/second + // @Description: This is the maximum yaw rate for pilot input on rudder stick in degrees/second // @Units: deg/s // @Range: 50 500 // @Increment: 1