X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Funi-t-ut32x%2Fprotocol.h;h=969ccfa65d3a4212cd8759914899d1b422706cae;hb=cb4b368f17f03d03075a25b2eee1045023b973b3;hp=4010e179fc535414ea0ad5bc867709cdd52497f3;hpb=c1aae90038456a61d0f9313d34e6107c3440d3e7;p=libsigrok.git diff --git a/src/hardware/uni-t-ut32x/protocol.h b/src/hardware/uni-t-ut32x/protocol.h index 4010e179..969ccfa6 100644 --- a/src/hardware/uni-t-ut32x/protocol.h +++ b/src/hardware/uni-t-ut32x/protocol.h @@ -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];