Merge pull request #2252 from UAVenture/param_meta_fix

Fix group for posctl_th
This commit is contained in:
Lorenz Meier 2015-06-02 01:36:25 -07:00
commit 9ad9dd13d2
1 changed files with 1 additions and 1 deletions

View File

@ -1285,7 +1285,7 @@ PARAM_DEFINE_FLOAT(RC_AUTO_TH, 0.75f);
*
* @min -1
* @max 1
*
* @group Radio Switches
*
*/
PARAM_DEFINE_FLOAT(RC_POSCTL_TH, 0.5f);