mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
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
Block a user