mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AntennaTracker: fix for mavlink update
This commit is contained in:
parent
3080f66d16
commit
70ab44a048
@ -798,7 +798,8 @@ mission_failed:
|
|||||||
chan,
|
chan,
|
||||||
msg->sysid,
|
msg->sysid,
|
||||||
msg->compid,
|
msg->compid,
|
||||||
result);
|
result,
|
||||||
|
MAV_MISSION_TYPE_MISSION);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user