]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/appa-55ii/api.c
Drop unneeded std_session_send_df_header() comments.
[libsigrok.git] / src / hardware / appa-55ii / api.c
index 580dbc2ae58cb094a0650037588246e1b9e3f358..86f78543cd686b47a2ed54991fead49a70053aa4 100644 (file)
@@ -17,6 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <string.h>
 #include "protocol.h"
 
@@ -249,7 +250,6 @@ static int dev_acquisition_start(const struct sr_dev_inst *sdi,
        devc->num_samples = 0;
        devc->start_time = g_get_monotonic_time();
 
-       /* Send header packet to the session bus. */
        std_session_send_df_header(cb_data, LOG_PREFIX);
 
        /* Poll every 50ms, or whenever some data comes in. */