diff --git a/ArduCopter/ArduCopter.pde b/ArduCopter/ArduCopter.pde index 9cab558b0e..fc03173eaa 100644 --- a/ArduCopter/ArduCopter.pde +++ b/ArduCopter/ArduCopter.pde @@ -1814,7 +1814,7 @@ static void update_navigation() wp_control = LOITER_MODE; } - if(g.rtl_approach_alt > 0){ + if(g.rtl_approach_alt > 5){ set_mode(APPROACH); } // Kick us out of loiter and begin landing if the auto_land_timer is set