Skip to content
Snippets Groups Projects
Commit ca9393eb authored by Matthias Grob's avatar Matthias Grob
Browse files

mc_pos_control: fix parameter description of expo for QGC parsing

parent d5137ed7
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment