mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: move MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS handling up
This commit is contained in:
parent
765a91c86b
commit
ceec44350f
@ -1952,10 +1952,6 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
|
||||
// send message to Notify
|
||||
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:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user