mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tracker: move MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS handling up
This commit is contained in:
parent
900f0cc774
commit
765a91c86b
@ -848,10 +848,6 @@ mission_failed:
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_REMOTE_LOG_BLOCK_STATUS:
|
|
||||||
tracker.DataFlash.remote_log_block_status_msg(chan, msg);
|
|
||||||
break;
|
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_SERIAL_CONTROL:
|
case MAVLINK_MSG_ID_SERIAL_CONTROL:
|
||||||
handle_serial_control(msg, tracker.gps);
|
handle_serial_control(msg, tracker.gps);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user