mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 06:43:21 +08:00
Correct formatting of parameter definition to unbreak documentation generation.
This commit is contained in:
@@ -136,8 +136,8 @@ PARAM_DEFINE_FLOAT(FW_PR_IMAX, 0.2f);
|
||||
* @max 2.0
|
||||
* @group FW Attitude Control
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(FW_P_ROLLFF,
|
||||
0.0f); //xxx: set to 0 as default, see comment in ECL_PitchController::control_attitude (float turn_offset = ...)
|
||||
//xxx: set to 0 as default, see comment on turn_offset in ECL_PitchController::control_attitude(...)
|
||||
PARAM_DEFINE_FLOAT(FW_P_ROLLFF, 0.0f);
|
||||
|
||||
/**
|
||||
* Roll rate proportional Gain
|
||||
|
||||
Reference in New Issue
Block a user