From 70a45680ede61ba3c52d42bd5bb01c9580b3a208 Mon Sep 17 00:00:00 2001 From: Tom Pittenger Date: Wed, 6 Jan 2016 12:13:07 -0800 Subject: [PATCH] AP_TECS: fixed param desc for TECS_LAND_THR --- libraries/AP_TECS/AP_TECS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_TECS/AP_TECS.cpp b/libraries/AP_TECS/AP_TECS.cpp index 97d80904ae..320c941817 100644 --- a/libraries/AP_TECS/AP_TECS.cpp +++ b/libraries/AP_TECS/AP_TECS.cpp @@ -122,7 +122,7 @@ const AP_Param::GroupInfo AP_TECS::var_info[] = { // @Param: LAND_THR // @DisplayName: Cruise throttle during landing approach (percentage) - // @Description: Use this parameter instead of LAND_ASPD if your platform does not have an airspeed sensor. It is the cruise throttle during landing approach. If it is negative if TECS_LAND_ASPD is in use then this value is not used during landing. + // @Description: Use this parameter instead of LAND_ARSPD if your platform does not have an airspeed sensor. It is the cruise throttle during landing approach. If this value is negative then it is disabled and TECS_LAND_ARSPD is used instead. // @Range: -1 100 // @Increment: 0.1 // @User: User