Copter: fixed units on flowhold brate rate

This commit is contained in:
Andrew Tridgell 2018-02-08 16:40:53 +11:00
parent 4ce0c2c827
commit 763aee6b48

View File

@ -60,7 +60,7 @@ const AP_Param::GroupInfo Copter::ModeFlowHold::var_info[] = {
// @Description: Controls deceleration rate on stick release
// @Range: 1 30
// @User: Standard
// @Units: deg/sec
// @Units: deg/s
AP_GROUPINFO("_BRAKE_RATE", 6, Copter::ModeFlowHold, brake_rate_dps, 8),
AP_GROUPEND