Browse Source

Plane: add comment to GCS_Mavlink.pde

master
Randy Mackay 11 years ago
parent
commit
96b2e88e36
  1. 1
      ArduPlane/GCS_Mavlink.pde

1
ArduPlane/GCS_Mavlink.pde

@ -1634,6 +1634,7 @@ mission_item_send_failed: @@ -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();

Loading…
Cancel
Save