X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fikalogic-scanaplus%2Fprotocol.h;fp=src%2Fhardware%2Fikalogic-scanaplus%2Fprotocol.h;h=fde2e4e2ef8a174265d64292f4a08e5b3b08759a;hb=ca314e060f653e6a0b5ec0f58914bac4d426217f;hp=f797832449cbbe9c5341c3eae744520fcd1c6f2f;hpb=c8e789fa0c7264f8356b0446367cc1252fadfe4c;p=libsigrok.git diff --git a/src/hardware/ikalogic-scanaplus/protocol.h b/src/hardware/ikalogic-scanaplus/protocol.h index f7978324..fde2e4e2 100644 --- a/src/hardware/ikalogic-scanaplus/protocol.h +++ b/src/hardware/ikalogic-scanaplus/protocol.h @@ -31,15 +31,9 @@ #define COMPRESSED_BUF_SIZE (64 * 1024) -/* Private, per-device-instance driver context. */ struct dev_context { - /** FTDI device context (used by libftdi). */ struct ftdi_context *ftdic; - - /** The current sampling limit (in ms). */ uint64_t limit_msec; - - /** The current sampling limit (in number of samples). */ uint64_t limit_samples; uint8_t *compressed_buf;