X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fkecheng-kc-330b%2Fprotocol.h;h=e2090d84dfdc999fa1ffe4d1fa490e7cd099ce00;hb=6cf1a87bfb803e088234e2e313891d27379880cf;hp=a718bdba0ee26162901bbcd82af5b1d138598627;hpb=c1aae90038456a61d0f9313d34e6107c3440d3e7;p=libsigrok.git diff --git a/src/hardware/kecheng-kc-330b/protocol.h b/src/hardware/kecheng-kc-330b/protocol.h index a718bdba..e2090d84 100644 --- a/src/hardware/kecheng-kc-330b/protocol.h +++ b/src/hardware/kecheng-kc-330b/protocol.h @@ -73,7 +73,7 @@ struct dev_context { int sample_interval; int alarm_low; int alarm_high; - uint64_t mqflags; + enum sr_mqflag mqflags; int data_source; /* Operational state */ @@ -81,7 +81,6 @@ struct dev_context { gboolean config_dirty; uint64_t num_samples; uint64_t stored_samples; - void *cb_data; struct libusb_transfer *xfer; unsigned char buf[128];