mc_pos_control: fix parameter description of expo for QGC parsing

This commit is contained in:
Matthias Grob 2017-03-16 11:11:41 +01:00
parent d5137ed794
commit ca9393eb97

View File

@ -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
*/