Browse Source

fixed uninitialised variable warning

master
Andrew Tridgell 13 years ago
parent
commit
e722126843
  1. 2
      ArduPlane/commands_process.pde

2
ArduPlane/commands_process.pde

@ -50,7 +50,7 @@ static void process_next_command() @@ -50,7 +50,7 @@ static void process_next_command()
// and loads conditional or immediate commands if applicable
struct Location temp;
byte old_index;
byte old_index = 0;
// these are Navigation/Must commands
// ---------------------------------

Loading…
Cancel
Save