forked from Archive/PX4-Autopilot
Merge pull request #2252 from UAVenture/param_meta_fix
Fix group for posctl_th
This commit is contained in:
commit
9ad9dd13d2
|
@ -1285,7 +1285,7 @@ PARAM_DEFINE_FLOAT(RC_AUTO_TH, 0.75f);
|
||||||
*
|
*
|
||||||
* @min -1
|
* @min -1
|
||||||
* @max 1
|
* @max 1
|
||||||
*
|
* @group Radio Switches
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(RC_POSCTL_TH, 0.5f);
|
PARAM_DEFINE_FLOAT(RC_POSCTL_TH, 0.5f);
|
||||||
|
|
Loading…
Reference in New Issue