Skip to content

Commit

Permalink
SITL: precland alt and dist limit doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Nov 21, 2024
1 parent dff0f6f commit c4122ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/SITL/SIM_Precland.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ 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
// @Range: 0 100
// @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
Expand Down

0 comments on commit c4122ab

Please sign in to comment.