Browse Source

fixed == that should be =

master
Andrew Tridgell 13 years ago
parent
commit
f5e439554d
  1. 2
      ArduCopter/commands_process.pde

2
ArduCopter/commands_process.pde

@ -54,7 +54,7 @@ static void update_commands()
command_nav_queue.id = NO_COMMAND; command_nav_queue.id = NO_COMMAND;
} }
}else{ }else{
command_nav_index == 255; command_nav_index = 255;
} }
} }

Loading…
Cancel
Save