Skip to content

Commit

Permalink
Copter: fixed units on flowhold brate rate
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Feb 8, 2018
1 parent 4ce0c2c commit 763aee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduCopter/mode_flowhold.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 763aee6

Please sign in to comment.