Skip to content

Commit

Permalink
Tracker: adjust for new MISSION_ACK extension field
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Oct 24, 2023
1 parent 8576855 commit 958e836
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AntennaTracker/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,9 @@ void GCS_MAVLINK_Tracker::handleMessage(const mavlink_message_t &msg)
msg.sysid,
msg.compid,
result,
MAV_MISSION_TYPE_MISSION);
MAV_MISSION_TYPE_MISSION,
0
);
break;
}

Expand Down

0 comments on commit 958e836

Please sign in to comment.