]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/scpi-pps/protocol.h
scpi-pps: Use software sample and time limits.
[libsigrok.git] / src / hardware / scpi-pps / protocol.h
index b4336593cf3643d8d80944d738e5eac5b2bf4ef7..cf0dbdd5aa227a2815269378fabb917b888d6513 100644 (file)
@@ -147,6 +147,7 @@ struct dev_context {
        struct channel_group_spec *channel_groups;
 
        struct sr_channel *cur_acquisition_channel;
+       struct sr_sw_limits limits;
 };
 
 SR_PRIV extern unsigned int num_pps_profiles;