Plane: fix auto doc unit on GROUND_STEER_DPS

This commit is contained in:
Michael Oborne 2014-04-06 08:05:09 +08:00 committed by Andrew Tridgell
parent efdb678e00
commit 3fe9486868

View File

@ -220,7 +220,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @DisplayName: Waypoint Loiter Radius
// @Description: Defines the distance from the waypoint center, the plane will maintain during a loiter. If you set this value to a negative number then the default loiter direction will be counter-clockwise instead of clockwise.
// @Units: Meters
// @Range: 1 32767
// @Range: -32767 32767
// @Increment: 1
// @User: Standard
GSCALAR(loiter_radius, "WP_LOITER_RAD", LOITER_RADIUS_DEFAULT),
@ -575,7 +575,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: GROUND_STEER_DPS
// @DisplayName: Ground steer rate
// @Description: Ground steering rate in degrees per second for full rudder stick deflection
// @Units: Meters
// @Units: degrees/second
// @Range: 10 360
// @Increment: 1
// @User: Advanced