Tracker: create persist_streamrates() callback to indicate persistence

This commit is contained in:
Peter Barker 2018-05-21 22:35:10 +10:00 committed by Andrew Tridgell
parent 829d18874e
commit 3bffe3c345
1 changed files with 0 additions and 9 deletions

View File

@ -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;