AntennaTracker: fix for mavlink update

This commit is contained in:
Andrew Tridgell 2017-04-11 21:43:56 +10:00 committed by Francisco Ferreira
parent 3080f66d16
commit 70ab44a048

View File

@ -798,7 +798,8 @@ mission_failed:
chan, chan,
msg->sysid, msg->sysid,
msg->compid, msg->compid,
result); result,
MAV_MISSION_TYPE_MISSION);
break; break;
} }