Skip to content

Commit

Permalink
Remove increments from enums
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderux authored and LorenzMeier committed Mar 11, 2016
1 parent 04cbe17 commit 4b57502
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/modules/vtol_att_control/vtol_att_control_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ PARAM_DEFINE_FLOAT(VT_MC_ARSPD_TRIM, 10.0f);
* @value 1 Enabled
* @min 0
* @max 1
* @increment 1
* @decimal 0
* @group VTOL Attitude Control
*/
Expand Down Expand Up @@ -188,7 +187,6 @@ PARAM_DEFINE_FLOAT(VT_ARSP_LP_GAIN, 0.3f);
* @value 2 Standard
* @min 0
* @max 2
* @increment 1
* @decimal 0
* @group VTOL Attitude Control
*/
Expand All @@ -204,7 +202,6 @@ PARAM_DEFINE_INT32(VT_TYPE, 0);
* @value 1 Enabled
* @min 0
* @max 1
* @increment 1
* @decimal 0
* @group VTOL Attitude Control
*/
Expand Down Expand Up @@ -274,7 +271,6 @@ PARAM_DEFINE_FLOAT(VT_ARSP_TRANS, 10.0f);
* @value 1 Enabled
* @min 0
* @max 1
* @increment 1
* @decimal 0
* @group VTOL Attitude Control
*/
Expand All @@ -288,7 +284,6 @@ PARAM_DEFINE_INT32(VT_OPT_RECOV_EN, 0);
* @value 1 Enabled
* @min 0
* @max 1
* @increment 1
* @decimal 0
* @group VTOL Attitude Control
*/
Expand Down Expand Up @@ -317,7 +312,6 @@ PARAM_DEFINE_FLOAT(VT_WV_YAWR_SCL, 0.15f);
* @value 1 Enabled
* @min 0
* @max 1
* @increment 1
* @decimal 0
* @group VTOL Attitude Control
*/
Expand Down

0 comments on commit 4b57502

Please sign in to comment.