]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/uni-t-ut32x/protocol.h
Demo: Convert white spaces to dashes for walking one/zero pattern
[libsigrok.git] / src / hardware / uni-t-ut32x / protocol.h
index 4010e179fc535414ea0ad5bc867709cdd52497f3..969ccfa65d3a4212cd8759914899d1b422706cae 100644 (file)
@@ -38,7 +38,7 @@
 #define EP_OUT 2
 
 enum {
-    DATA_SOURCE_LIVE,
+       DATA_SOURCE_LIVE,
        DATA_SOURCE_MEMORY,
 };
 
@@ -58,7 +58,6 @@ struct dev_context {
        uint64_t num_samples;
        unsigned char buf[8];
        struct libusb_transfer *xfer;
-       void *cb_data;
 
        /* Temporary state across callbacks */
        unsigned char packet[32];