Plane: add comment to GCS_Mavlink.pde

This commit is contained in:
Randy Mackay 2014-03-17 16:09:44 +09:00
parent ce9f2ef7f0
commit 96b2e88e36

View File

@ -1634,6 +1634,7 @@ mission_item_send_failed:
break;
}
// new mission arriving, truncate mission to be the same length
mission.truncate(packet.count);
waypoint_timelast_receive = millis();