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 27, 2024
1 parent 7c40331 commit 35581b4
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 @@ -597,7 +597,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 35581b4

Please sign in to comment.