mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
Tracker: remove dead case in message switch
This commit is contained in:
parent
3f6dd706d1
commit
54cb76ca83
@ -380,9 +380,6 @@ void GCS_MAVLINK_Tracker::handleMessage(mavlink_message_t* msg)
|
|||||||
{
|
{
|
||||||
switch (msg->msgid) {
|
switch (msg->msgid) {
|
||||||
|
|
||||||
case MAVLINK_MSG_ID_HEARTBEAT:
|
|
||||||
break;
|
|
||||||
|
|
||||||
// When mavproxy 'wp sethome'
|
// When mavproxy 'wp sethome'
|
||||||
case MAVLINK_MSG_ID_MISSION_WRITE_PARTIAL_LIST:
|
case MAVLINK_MSG_ID_MISSION_WRITE_PARTIAL_LIST:
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user