Copter: allow DataFlash to handle log sending
This commit is contained in:
parent
4b12fab5f5
commit
f8d5fe96d8
@ -560,10 +560,6 @@ GCS_MAVLINK_Copter::data_stream_send(void)
|
||||
return;
|
||||
}
|
||||
|
||||
if (!copter.in_mavlink_delay && !copter.motors->armed()) {
|
||||
copter.DataFlash.handle_log_send(*this);
|
||||
}
|
||||
|
||||
gcs().set_out_of_time(false);
|
||||
|
||||
send_queued_parameters();
|
||||
|
Loading…
Reference in New Issue
Block a user