X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fhantek-dso%2Fapi.c;h=082d05b6add33ca84080a3a14fa7bd6ae244a128;hp=52d5fe64950253efa827eb7eadc004b7cf9b1f99;hb=1c47e0da8f2571bc34dbdc368c3c1f55318c3aa0;hpb=3be42bc22f8b36599a448273c12a76d3e0f7a940 diff --git a/src/hardware/hantek-dso/api.c b/src/hardware/hantek-dso/api.c index 52d5fe64..082d05b6 100644 --- a/src/hardware/hantek-dso/api.c +++ b/src/hardware/hantek-dso/api.c @@ -993,7 +993,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi, void *cb_data) devc->dev_state = CAPTURE; usb_source_add(sdi->session, drvc->sr_ctx, TICK, handle_event, (void *)sdi); - /* Send header packet to the session bus. */ std_session_send_df_header(cb_data, LOG_PREFIX); return SR_OK;