From 483754cb70677a3e2fc98c82bb516afbcce0e60d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 12 Dec 2011 15:19:17 +1100 Subject: [PATCH] fixed == that should be = --- ArduCopter/commands_process.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/commands_process.pde b/ArduCopter/commands_process.pde index 6002d81173..eed5e236f0 100644 --- a/ArduCopter/commands_process.pde +++ b/ArduCopter/commands_process.pde @@ -54,7 +54,7 @@ static void update_commands() command_nav_queue.id = NO_COMMAND; } }else{ - command_nav_index == 255; + command_nav_index = 255; } }