Copter: correct ACRO_YAW_P param description

this parameter applies to all flight modes
This commit is contained in:
Randy Mackay 2019-03-05 21:09:49 +09:00
parent 938868cc03
commit ead3682e4c

View File

@ -448,7 +448,7 @@ const AP_Param::Info Copter::var_info[] = {
// @Param: ACRO_YAW_P
// @DisplayName: Acro Yaw P gain
// @Description: Converts pilot yaw input into a desired rate of rotation in ACRO, Stabilize and SPORT modes. Higher values mean faster rate of rotation.
// @Description: Converts pilot yaw input into a desired rate of rotation. Higher values mean faster rate of rotation.
// @Range: 1 10
// @User: Standard
GSCALAR(acro_yaw_p, "ACRO_YAW_P", ACRO_YAW_P),