X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fcem-dt-885x%2Fprotocol.h;fp=src%2Fhardware%2Fcem-dt-885x%2Fprotocol.h;h=bb0984225e0dc5de2dfa5a3a5951aa2778f0c627;hb=7f9932e8db3192922674e441ef2978755fd98da7;hp=d6a9466175dae456c72cf4a5974ba9ebbacf386b;hpb=3f5cf2a06a35176e7f4ec59ac1288db67a7409e5;p=libsigrok.git diff --git a/src/hardware/cem-dt-885x/protocol.h b/src/hardware/cem-dt-885x/protocol.h index d6a94661..bb098422 100644 --- a/src/hardware/cem-dt-885x/protocol.h +++ b/src/hardware/cem-dt-885x/protocol.h @@ -90,7 +90,7 @@ enum { /** Private, per-device-instance driver context. */ struct dev_context { /* Device state */ - uint64_t cur_mqflags; + enum sr_mqflag cur_mqflags; int recording; int cur_meas_range; int cur_data_source;