From c72108c1afceb7da773cc6fc019efee00234e479 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Thu, 21 Nov 2024 19:08:11 +0900 Subject: [PATCH] SITL: precland alt and dist limit doc fix --- libraries/SITL/SIM_Precland.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/SITL/SIM_Precland.cpp b/libraries/SITL/SIM_Precland.cpp index 818d652bad..a4d9702246 100644 --- a/libraries/SITL/SIM_Precland.cpp +++ b/libraries/SITL/SIM_Precland.cpp @@ -85,7 +85,7 @@ const AP_Param::GroupInfo SIM_Precland::var_info[] = { // @User: Advanced AP_GROUPINFO("TYPE", 6, SIM_Precland, _type, SIM_Precland::PRECLAND_TYPE_CYLINDER), - // @Param: ALT_LIMIT + // @Param: ALT_LMT // @DisplayName: Precland device alt range // @Description: Precland device maximum range altitude // @Units: m @@ -93,7 +93,7 @@ const AP_Param::GroupInfo SIM_Precland::var_info[] = { // @User: Advanced AP_GROUPINFO("ALT_LMT", 7, SIM_Precland, _alt_limit, 15), - // @Param: DIST_LIMIT + // @Param: DIST_LMT // @DisplayName: Precland device lateral range // @Description: Precland device maximum lateral range // @Units: m