Browse Source

commander: increment is 1 for int params

sbg
Julian Oes 5 years ago committed by Beat Küng
parent
commit
2b087a92c2
  1. 2
      src/modules/commander/commander_params.c

2
src/modules/commander/commander_params.c

@ -99,7 +99,7 @@ PARAM_DEFINE_FLOAT(TRIM_YAW, 0.0f); @@ -99,7 +99,7 @@ PARAM_DEFINE_FLOAT(TRIM_YAW, 0.0f);
* @min 5
* @max 300
* @decimal 1
* @increment 0.5
* @increment 1
*/
PARAM_DEFINE_INT32(COM_DL_LOSS_T, 10);

Loading…
Cancel
Save