mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
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:
|
case MAVLINK_MSG_ID_MISSION_ITEM_INT:
|
||||||
{
|
{
|
||||||
if (handle_mission_item(msg, *_mission)) {
|
if (handle_mission_item(msg, *_mission)) {
|
||||||
AP::logger().Write_EntireMission(*_mission);
|
AP::logger().Write_EntireMission();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user