forked from Archive/PX4-Autopilot
Correct formatting of parameter definition to unbreak documentation generation.
This commit is contained in:
parent
3ee9b441c6
commit
ea521844fe
|
@ -136,8 +136,8 @@ PARAM_DEFINE_FLOAT(FW_PR_IMAX, 0.2f);
|
||||||
* @max 2.0
|
* @max 2.0
|
||||||
* @group FW Attitude Control
|
* @group FW Attitude Control
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(FW_P_ROLLFF,
|
//xxx: set to 0 as default, see comment on turn_offset in ECL_PitchController::control_attitude(...)
|
||||||
0.0f); //xxx: set to 0 as default, see comment in ECL_PitchController::control_attitude (float turn_offset = ...)
|
PARAM_DEFINE_FLOAT(FW_P_ROLLFF, 0.0f);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Roll rate proportional Gain
|
* Roll rate proportional Gain
|
||||||
|
|
Loading…
Reference in New Issue