X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fhameg-hmo%2Fapi.c;h=b234caa21f09e257c4a5b82595435c48b86c9139;hp=c293d2b44dd9e7024a06e8e9e7cee7d68d2b2d21;hb=1c47e0da8f2571bc34dbdc368c3c1f55318c3aa0;hpb=3be42bc22f8b36599a448273c12a76d3e0f7a940 diff --git a/src/hardware/hameg-hmo/api.c b/src/hardware/hameg-hmo/api.c index c293d2b4..b234caa2 100644 --- a/src/hardware/hameg-hmo/api.c +++ b/src/hardware/hameg-hmo/api.c @@ -757,7 +757,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data) sr_scpi_source_add(sdi->session, scpi, G_IO_IN, 50, hmo_receive_data, (void *)sdi); - /* Send header packet to the session bus. */ std_session_send_df_header(cb_data, LOG_PREFIX); devc->current_channel = devc->enabled_channels;