GCS_Common: stop passing mission to Write_EntireMission

This commit is contained in:
Peter Barker 2019-01-30 12:44:37 +11:00 committed by Tom Pittenger
parent 7525c593cb
commit c487d120e3
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}