mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 02:48:28 -04:00
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
|
// this is a conditional command so we skip it
|
||||||
command_nav_queue.id = NO_COMMAND;
|
command_nav_queue.id = NO_COMMAND;
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
command_nav_index == 255;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user