Skip to content
Snippets Groups Projects
Commit 1d0d45a9 authored by Michael Oborne's avatar Michael Oborne
Browse files

Fix Approach Altitude min

parent b5273866
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ const AP_Param::Info var_info[] PROGMEM = { ...@@ -102,7 +102,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @DisplayName: RTL Approach Altitude // @DisplayName: RTL Approach Altitude
// @Description: This is the altitude the vehicle will move to as the final stage of Returning to Launch. Set to zero to land. // @Description: This is the altitude the vehicle will move to as the final stage of Returning to Launch. Set to zero to land.
// @Units: centimeters // @Units: centimeters
// @Range: 1 1000 // @Range: 0 1000
// @Increment: 1 // @Increment: 1
// @User: Standard // @User: Standard
GSCALAR(rtl_approach_alt, "APPROACH_ALT", RTL_APPROACH_ALT), GSCALAR(rtl_approach_alt, "APPROACH_ALT", RTL_APPROACH_ALT),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment