From b9b05dcc0374680f5dedca9e57f15faf72cd7dd5 Mon Sep 17 00:00:00 2001 From: Andreas Antener Date: Sun, 14 Feb 2016 13:24:58 +0100 Subject: [PATCH] updated docs for FW_AIRSPD_SCALE param --- src/modules/fw_pos_control_l1/fw_pos_control_l1_params.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/fw_pos_control_l1/fw_pos_control_l1_params.c b/src/modules/fw_pos_control_l1/fw_pos_control_l1_params.c index de74a51686..f42ba7a5ba 100644 --- a/src/modules/fw_pos_control_l1/fw_pos_control_l1_params.c +++ b/src/modules/fw_pos_control_l1/fw_pos_control_l1_params.c @@ -445,10 +445,10 @@ PARAM_DEFINE_FLOAT(FW_FLARE_PMIN, 2.5f); PARAM_DEFINE_FLOAT(FW_FLARE_PMAX, 15.0f); /** - * Takeoff and landing airspeed scale factor + * Landing airspeed scale factor * * Multiplying this factor with the minimum airspeed of the plane - * gives the target airspeed for takeoff and landing approach. + * gives the target airspeed the landing approach. * * @min 1.0 * @max 1.5