X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fmanson-hcs-3xxx%2Fprotocol.h;h=bb898f2011828f54d28cd0dc640e2d9a67d9c233;hb=a655b3fd08915859dbcdad192c35a34b1b2bbb4d;hp=ee9e0cb20b8ce9b432882d9dc75594d73b77ede3;hpb=597deef91ee5cd4aea17c5beb629526eef176864;p=libsigrok.git diff --git a/src/hardware/manson-hcs-3xxx/protocol.h b/src/hardware/manson-hcs-3xxx/protocol.h index ee9e0cb2..bb898f20 100644 --- a/src/hardware/manson-hcs-3xxx/protocol.h +++ b/src/hardware/manson-hcs-3xxx/protocol.h @@ -68,10 +68,7 @@ struct hcs_model { struct dev_context { const struct hcs_model *model; /**< Model information. */ - uint64_t limit_samples; - uint64_t limit_msec; - uint64_t num_samples; - int64_t starttime; + struct sr_sw_limits limits; int64_t req_sent_at; gboolean reply_pending;