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 Jul 29, 2024
1 parent 912b356 commit 392bd34
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 @@ -592,7 +592,9 @@ void GCS_MAVLINK_Tracker::handle_message_mission_item(const mavlink_message_t &m
msg.sysid,
msg.compid,
result,
MAV_MISSION_TYPE_MISSION);
MAV_MISSION_TYPE_MISSION,
0
);
}
#endif

Expand Down

0 comments on commit 392bd34

Please sign in to comment.