Arducopter: Added Slow_WP setting to regular wp navigation

This commit is contained in:
Jason Short 2012-07-19 09:48:54 -07:00
parent 1efc9eac58
commit 3a62608355
1 changed files with 1 additions and 0 deletions

View File

@ -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);