GCS_MAVLink: move MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS handling up

This commit is contained in:
Peter Barker 2017-06-15 13:27:31 +10:00 committed by Francisco Ferreira
parent abd0831239
commit cf918d233f
1 changed files with 3 additions and 0 deletions

View File

@ -1680,6 +1680,9 @@ void GCS_MAVLINK::handle_common_message(mavlink_message_t *msg)
case MAVLINK_MSG_ID_TIMESYNC:
handle_timesync(msg);
break;
case MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS:
DataFlash_Class::instance()->handle_mavlink_msg(chan, msg);
break;
}
}