mirror of https://github.com/ArduPilot/ardupilot
GCS_Common: stop passing mission to Write_EntireMission
This commit is contained in:
parent
7525c593cb
commit
c487d120e3
|
@ -3031,7 +3031,7 @@ void GCS_MAVLINK::handle_common_mission_message(mavlink_message_t *msg)
|
|||
case MAVLINK_MSG_ID_MISSION_ITEM_INT:
|
||||
{
|
||||
if (handle_mission_item(msg, *_mission)) {
|
||||
AP::logger().Write_EntireMission(*_mission);
|
||||
AP::logger().Write_EntireMission();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue