mirror of https://github.com/ArduPilot/ardupilot
Plane: add no break comment to suppress compiler warning
This commit is contained in:
parent
32c5b0e63c
commit
17ed125e41
|
@ -1809,7 +1809,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
|||
case MAVLINK_MSG_ID_LOG_REQUEST_DATA:
|
||||
case MAVLINK_MSG_ID_LOG_ERASE:
|
||||
plane.in_log_download = true;
|
||||
// fallthru
|
||||
/* no break */
|
||||
case MAVLINK_MSG_ID_LOG_REQUEST_LIST:
|
||||
if (!plane.in_mavlink_delay) {
|
||||
handle_log_message(msg, plane.DataFlash);
|
||||
|
|
Loading…
Reference in New Issue