mirror of https://github.com/ArduPilot/ardupilot
AC_AttitudeControl: fix ATC_SLEW_YAW description (NFC)
This commit is contained in:
parent
67eca06cac
commit
26ec2ae952
|
@ -24,7 +24,7 @@ const AP_Param::GroupInfo AC_AttitudeControl::var_info[] = {
|
|||
|
||||
// @Param: SLEW_YAW
|
||||
// @DisplayName: Yaw target slew rate
|
||||
// @Description: Maximum rate the yaw target can be updated in Loiter, RTL, Auto flight modes
|
||||
// @Description: Maximum rate the yaw target can be updated in RTL and Auto flight modes
|
||||
// @Units: cdeg/s
|
||||
// @Range: 500 18000
|
||||
// @Increment: 100
|
||||
|
|
Loading…
Reference in New Issue