Sub: move MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS handling up

This commit is contained in:
Peter Barker 2017-06-15 13:32:22 +10:00 committed by Francisco Ferreira
parent ceec44350f
commit 06209a13d2

View File

@ -1760,10 +1760,6 @@ void GCS_MAVLINK_Sub::handleMessage(mavlink_message_t* msg)
}
#endif // AC_RALLY == ENABLED
case MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS:
sub.DataFlash.remote_log_block_status_msg(chan, msg);
break;
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST:
send_autopilot_version(FIRMWARE_VERSION);
break;