mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Plane: fixed missing break statement
This commit is contained in:
parent
520d6cae6d
commit
ae1f2e8bea
@ -145,6 +145,7 @@ bool Plane::start_command(const AP_Mission::Mission_Command& cmd)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
|
||||
case MAV_CMD_DO_AUTOTUNE_ENABLE:
|
||||
autotune_enable(cmd.p1);
|
||||
|
Loading…
Reference in New Issue
Block a user