mirror of https://github.com/ArduPilot/ardupilot
Tracker: create persist_streamrates() callback to indicate persistence
This commit is contained in:
parent
829d18874e
commit
3bffe3c345
|
@ -374,15 +374,6 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg)
|
|||
{
|
||||
switch (msg->msgid) {
|
||||
|
||||
// If we are currently operating as a proxy for a remote,
|
||||
// alas we have to look inside each packet to see if it's for us or for the remote
|
||||
case MAVLINK_MSG_ID_REQUEST_DATA_STREAM:
|
||||
{
|
||||
handle_request_data_stream(msg, false);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
case MAVLINK_MSG_ID_HEARTBEAT:
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue