mirror of https://github.com/ArduPilot/ardupilot
Rover: allow DataFlash to handle log sending
This commit is contained in:
parent
96d7eb6bed
commit
57ed822db0
|
@ -507,10 +507,6 @@ GCS_MAVLINK_Rover::data_stream_send(void)
|
|||
{
|
||||
gcs().set_out_of_time(false);
|
||||
|
||||
if (!rover.in_mavlink_delay) {
|
||||
rover.DataFlash.handle_log_send(*this);
|
||||
}
|
||||
|
||||
send_queued_parameters();
|
||||
|
||||
if (gcs().out_of_time()) {
|
||||
|
|
Loading…
Reference in New Issue