Browse Source

adding flag for finished mission

master
Jason Short 13 years ago
parent
commit
69dd8264e6
  1. 2
      ArduCopter/commands_process.pde

2
ArduCopter/commands_process.pde

@ -53,6 +53,8 @@ static void update_commands() @@ -53,6 +53,8 @@ static void update_commands()
// this is a conditional command so we skip it
command_nav_queue.id = NO_COMMAND;
}
}else{
command_nav_index == 255;
}
}

Loading…
Cancel
Save