Browse Source

Plane: move MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS handling up

master
Peter Barker 8 years ago committed by Francisco Ferreira
parent
commit
ceec44350f
  1. 4
      ArduPlane/GCS_Mavlink.cpp

4
ArduPlane/GCS_Mavlink.cpp

@ -1953,10 +1953,6 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg) @@ -1953,10 +1953,6 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
AP_Notify::handle_play_tune(msg);
break;
case MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS:
plane.DataFlash.remote_log_block_status_msg(chan, msg);
break;
case MAVLINK_MSG_ID_SET_ATTITUDE_TARGET:
{
// Only allow companion computer (or other external controller) to

Loading…
Cancel
Save