From 1d0d45a95f449b3e02f46b3f0478bce08dbfb1e0 Mon Sep 17 00:00:00 2001 From: Michael Oborne Date: Thu, 6 Sep 2012 17:43:58 +0800 Subject: [PATCH] Fix Approach Altitude min --- ArduCopter/Parameters.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/Parameters.pde b/ArduCopter/Parameters.pde index 686947113e..05fdb711d6 100644 --- a/ArduCopter/Parameters.pde +++ b/ArduCopter/Parameters.pde @@ -102,7 +102,7 @@ const AP_Param::Info var_info[] PROGMEM = { // @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. // @Units: centimeters - // @Range: 1 1000 + // @Range: 0 1000 // @Increment: 1 // @User: Standard GSCALAR(rtl_approach_alt, "APPROACH_ALT", RTL_APPROACH_ALT),