mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Copter: move MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS handling up
This commit is contained in:
parent
cf918d233f
commit
4af3b31128
@ -1970,10 +1970,6 @@ void GCS_MAVLINK_Copter::handleMessage(mavlink_message_t* msg)
|
|||||||
}
|
}
|
||||||
#endif // AC_RALLY == ENABLED
|
#endif // AC_RALLY == ENABLED
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS:
|
|
||||||
copter.DataFlash.remote_log_block_status_msg(chan, msg);
|
|
||||||
break;
|
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST:
|
case MAVLINK_MSG_ID_AUTOPILOT_VERSION_REQUEST:
|
||||||
send_autopilot_version(FIRMWARE_VERSION);
|
send_autopilot_version(FIRMWARE_VERSION);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user