X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ffluke-dmm%2Fprotocol.h;h=36ece3c9eda9c7d7aee5a8d0b46e57afe8eca182;hb=deb7615262ac4f9cc0750a08351afa7cbf9c34d5;hp=b8afc9000bf268710e82f6bd91f63cecf6b03516;hpb=2cb232a9e42345c3783f4898c5a5049871edc534;p=libsigrok.git diff --git a/src/hardware/fluke-dmm/protocol.h b/src/hardware/fluke-dmm/protocol.h index b8afc900..36ece3c9 100644 --- a/src/hardware/fluke-dmm/protocol.h +++ b/src/hardware/fluke-dmm/protocol.h @@ -46,12 +46,10 @@ struct flukedmm_profile { int timeout; }; -/* Private, per-device-instance driver context. */ struct dev_context { const struct flukedmm_profile *profile; struct sr_sw_limits limits; - /* Runtime. */ char buf[FLUKEDMM_BUFSIZE]; int buflen; int64_t cmd_sent_at;