mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Sub: allow DataFlash to handle log sending
This commit is contained in:
parent
8a75a804e7
commit
4b12fab5f5
@ -727,10 +727,6 @@ GCS_MAVLINK_Sub::data_stream_send(void)
|
||||
return;
|
||||
}
|
||||
|
||||
if (!sub.in_mavlink_delay && !sub.motors.armed()) {
|
||||
sub.DataFlash.handle_log_send(*this);
|
||||
}
|
||||
|
||||
gcs().set_out_of_time(false);
|
||||
|
||||
send_queued_parameters();
|
||||
|
Loading…
Reference in New Issue
Block a user