]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/maynuo-m97/api.c
Drop unneeded std_session_send_df_header() comments.
[libsigrok.git] / src / hardware / maynuo-m97 / api.c
index 090bae3e1fcd91433b92ad8a56250277366675ad..46b3e0eab4ed9ad25cc6646a6458476b74412553 100644 (file)
@@ -472,7 +472,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
                        maynuo_m97_receive_data, (void *)sdi)) != SR_OK)
                return ret;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(sdi, LOG_PREFIX);
 
        devc->num_samples = 0;