Skip to content

Commit

Permalink
mc_pos_control: fix parameter description of expo for QGC parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR committed Mar 16, 2017
1 parent d5137ed commit b1be4e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/modules/mc_pos_control/mc_pos_control_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,10 +510,11 @@ PARAM_DEFINE_INT32(MPC_ALT_MODE, 0);
* The higher the value the less sensitivity the stick has around zero
* while still reaching the maximum value with full stick deflection.
*
* 0 Purely linear input curve (default)
* 1 Purely cubic input curve
*
* @min 0
* @max 1
* @value 0 Purely linear input curve (default)
* @value 1 Purely cubic input curve
* @decimal 2
* @group Multicopter Position Control
*/
Expand Down

0 comments on commit b1be4e7

Please sign in to comment.