Tracker: allow DataFlash to handle log sending

This commit is contained in:
Peter Barker 2018-03-19 14:41:13 +11:00 committed by Randy Mackay
parent 57ed822db0
commit 5f4838f3f2
1 changed files with 0 additions and 4 deletions

View File

@ -324,10 +324,6 @@ GCS_MAVLINK_Tracker::data_stream_send(void)
return;
}
if (!tracker.in_mavlink_delay) {
tracker.DataFlash.handle_log_send(*this);
}
if (stream_trigger(STREAM_RAW_SENSORS)) {
send_message(MSG_RAW_IMU1);
send_message(MSG_RAW_IMU2);