mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Plane: fixed missing break statement
This commit is contained in:
parent
8662aaa878
commit
19847d8607
@ -81,6 +81,7 @@ start_command(const AP_Mission::Mission_Command& cmd)
|
||||
|
||||
case MAV_CMD_NAV_CONTINUE_AND_CHANGE_ALT:
|
||||
do_continue_and_change_alt(cmd);
|
||||
break;
|
||||
|
||||
// Conditional commands
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user