Skip to content
Snippets Groups Projects
Commit 19847d86 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

Plane: fixed missing break statement

parent 8662aaa8
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,7 @@ start_command(const AP_Mission::Mission_Command& cmd) ...@@ -81,6 +81,7 @@ start_command(const AP_Mission::Mission_Command& cmd)
case MAV_CMD_NAV_CONTINUE_AND_CHANGE_ALT: case MAV_CMD_NAV_CONTINUE_AND_CHANGE_ALT:
do_continue_and_change_alt(cmd); do_continue_and_change_alt(cmd);
break;
// Conditional commands // Conditional commands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment