Skip to content

Commit 0d22905

Browse files
breschsfuhrer
authored andcommitted
VTOL params: fix param name
1 parent b09340c commit 0d22905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/vtol_att_control/vtol_att_control_params.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ PARAM_DEFINE_FLOAT(VT_B_DEC_I, 0.1f);
354354
* Minimum pitch angle during hover.
355355
*
356356
* Any pitch setpoint below this value is translated to a forward force by the fixed-wing forward actuation if
357-
* VT_FW_TRHUST_EN is set to 1.
357+
* VT_FWD_TRHUST_EN is set.
358358
*
359359
* @unit deg
360360
* @min -10.0

0 commit comments

Comments
 (0)