]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/center-3xx/api.c
Drop unneeded std_session_send_df_header() comments.
[libsigrok.git] / src / hardware / center-3xx / api.c
index b041db82641ee977feeee8e305c7419d0095d38b..7fe70fa9a8030bc01223d053849973c7eb8dcecc 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #include "protocol.h"
 
 static const uint32_t scanopts[] = {
@@ -217,7 +218,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        devc->num_samples = 0;
        devc->starttime = g_get_monotonic_time();
 
-       /* 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. */