mirror of https://github.com/ArduPilot/ardupilot
fixed == that should be =
This commit is contained in:
parent
0f7bd9678f
commit
483754cb70
|
@ -54,7 +54,7 @@ static void update_commands()
|
|||
command_nav_queue.id = NO_COMMAND;
|
||||
}
|
||||
}else{
|
||||
command_nav_index == 255;
|
||||
command_nav_index = 255;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue