2
0
forked from Ivasoft/DSView

demo:repair logic crash at low samplerate

This commit is contained in:
yunyaobaihong
2023-05-11 11:23:38 +08:00
parent eb4077b7d3
commit 6850c961ca

View File

@@ -1139,8 +1139,6 @@ static int hw_dev_acquisition_start(struct sr_dev_inst *sdi,
vdev->analog_buf_len = 0;
vdev->analog_read_pos = 0;
g_timer_start(run_time);
sr_session_source_add(-1, 0, 0, receive_data_analog, sdi);
}