Browse Source

Remove newline so meta data parser can parse

sbg
Don Gagne 10 years ago committed by Lorenz Meier
parent
commit
3a70e7bf1b
  1. 1
      src/modules/fw_att_control/fw_att_control_params.c

1
src/modules/fw_att_control/fw_att_control_params.c

@ -136,7 +136,6 @@ PARAM_DEFINE_FLOAT(FW_PR_IMAX, 0.2f); @@ -136,7 +136,6 @@ PARAM_DEFINE_FLOAT(FW_PR_IMAX, 0.2f);
* @max 2.0
* @group FW Attitude Control
*/
//xxx: set to 0 as default, see comment on turn_offset in ECL_PitchController::control_attitude(...)
PARAM_DEFINE_FLOAT(FW_P_ROLLFF, 0.0f);
/**

Loading…
Cancel
Save