mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-06 16:03:58 -04:00
Tracker: use handle_common_message()
This commit is contained in:
parent
84179588a9
commit
90c4214a3e
@ -533,12 +533,6 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_PARAM_REQUEST_READ:
|
|
||||||
{
|
|
||||||
handle_param_request_read(msg);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_PARAM_SET:
|
case MAVLINK_MSG_ID_PARAM_SET:
|
||||||
{
|
{
|
||||||
handle_param_set(msg, nullptr);
|
handle_param_set(msg, nullptr);
|
||||||
@ -870,8 +864,8 @@ mission_failed:
|
|||||||
send_autopilot_version(FIRMWARE_VERSION);
|
send_autopilot_version(FIRMWARE_VERSION);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_SETUP_SIGNING:
|
default:
|
||||||
handle_setup_signing(msg);
|
handle_common_message(msg);
|
||||||
break;
|
break;
|
||||||
} // end switch
|
} // end switch
|
||||||
} // end handle mavlink
|
} // end handle mavlink
|
||||||
|
Loading…
Reference in New Issue
Block a user