Skip to content

Commit

Permalink
Increase front transition duration limits
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderux committed Feb 26, 2018
1 parent c976f59 commit 45db469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/vtol_att_control/vtol_att_control_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ PARAM_DEFINE_FLOAT(VT_TRANS_TIMEOUT, 15.0f);
*
* @unit s
* @min 0.0
* @max 10.0
* @max 20.0
* @group VTOL Attitude Control
*/
PARAM_DEFINE_FLOAT(VT_TRANS_MIN_TM, 2.0f);
Expand Down

0 comments on commit 45db469

Please sign in to comment.