]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/tondaj-sl-814/api.c
Drop unneeded std_session_send_df_header() comments.
[libsigrok.git] / src / hardware / tondaj-sl-814 / api.c
index fceca24483d118e829dc660ebe490118a5e0b00d..07a8ecae283cdbf97456e9da03a388dc4586f978 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include <fcntl.h>
 #include <glib.h>
 #include <libsigrok/libsigrok.h>
@@ -172,7 +173,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        devc = sdi->priv;
        devc->cb_data = cb_data;
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 500ms, or whenever some data comes in. */