diff --git a/ArduCopter/commands_logic.pde b/ArduCopter/commands_logic.pde index 05117a0d50..f42af46ccf 100644 --- a/ArduCopter/commands_logic.pde +++ b/ArduCopter/commands_logic.pde @@ -257,6 +257,7 @@ static void do_takeoff() static void do_nav_wp() { wp_control = WP_MODE; + slow_wp = false; set_next_WP(&command_nav_queue);