mirror of https://github.com/ArduPilot/ardupilot
adding flag for finished mission
This commit is contained in:
parent
8a1fcfd0f4
commit
a7e0135cd4
|
@ -53,6 +53,8 @@ static void update_commands()
|
|||
// this is a conditional command so we skip it
|
||||
command_nav_queue.id = NO_COMMAND;
|
||||
}
|
||||
}else{
|
||||
command_nav_index == 255;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue