Skip to content

Commit

Permalink
Merge pull request PX4#2252 from UAVenture/param_meta_fix
Browse files Browse the repository at this point in the history
Fix group for posctl_th
  • Loading branch information
LorenzMeier committed Jun 2, 2015
2 parents 00fc4b5 + 27f0b4e commit 9ad9dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sensors/sensor_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9ad9dd1

Please sign in to comment.