]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/atten-pps3xxx/protocol.h
rigol-ds: Add more debug output.
[libsigrok.git] / src / hardware / atten-pps3xxx / protocol.h
index 1441305d9730c0d28552f0147615c3b63c6c041a..36ee281a8e2e63bfa32d1af73f20117ca9e3dcd6 100644 (file)
@@ -82,6 +82,8 @@ struct dev_context {
        /* Operational state */
        gboolean config_dirty;
        struct per_channel_config *config;
+       /* Blocking write timeout for packet. */
+       int delay_ms;
        /* Received from device. */
        int channel_mode;
        gboolean over_current_protection;