GCS_MAVLink: Rally: correct mission_type in mission_item_int conversion

This commit is contained in:
Peter Barker 2024-11-21 10:26:21 +11:00 committed by Peter Barker
parent 69e3d59eb9
commit e19636e4ad

View File

@ -143,6 +143,7 @@ bool MissionItemProtocol_Rally::get_item_as_mission_item(uint16_t seq,
ret_packet.x = rallypoint.lat;
ret_packet.y = rallypoint.lng;
ret_packet.z = rallypoint.alt;
ret_packet.mission_type = MAV_MISSION_TYPE_RALLY;
return true;
}