X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fhardware%2Fkorad-kaxxxxp%2Fprotocol.h;h=e88360e7edcf0f10b0dc734746e766fac6a1114b;hb=597deef91ee5cd4aea17c5beb629526eef176864;hp=307424a0200f1e27605aba18b9dbd221e94c5738;hpb=7fc9dc31ac95de566e0d88daec7d839193fc3fbe;p=libsigrok.git diff --git a/src/hardware/korad-kaxxxxp/protocol.h b/src/hardware/korad-kaxxxxp/protocol.h index 307424a0..e88360e7 100644 --- a/src/hardware/korad-kaxxxxp/protocol.h +++ b/src/hardware/korad-kaxxxxp/protocol.h @@ -76,10 +76,7 @@ struct dev_context { const struct korad_kaxxxxp_model *model; /**< Model information. */ /* Acquisition settings */ - 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;