]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/ikalogic-scanalogic2/protocol.h
std_serial_dev_acquisition_stop(): Drop unneeded parameter.
[libsigrok.git] / src / hardware / ikalogic-scanalogic2 / protocol.h
index cd7948212ec723fc884c13b2f33b1f4dffa94ee7..607933755cd93ca3aaa6f91567acef959081f852 100644 (file)
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <stdint.h>
 #include <glib.h>
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
 #define LOG_PREFIX "ikalogic-scanalogic2"
@@ -147,8 +147,6 @@ struct dev_context {
        /* Time that the trigger will be delayed in milliseconds. */
        uint16_t after_trigger_delay;
 
-       void *cb_data;
-
        /* Array to provide an index based access to all channels. */
        const struct sr_channel *channels[NUM_CHANNELS];