X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fatten-pps3xxx%2Fprotocol.h;h=36ee281a8e2e63bfa32d1af73f20117ca9e3dcd6;hb=a11e10ec91d596a8d882dffe28b2abea65855ffb;hp=2ad9e857b3f3d377df2b81e926fabda060026e5d;hpb=945cfd4fdd3d2aa2758e1957c7c4c1440badcf8b;p=libsigrok.git diff --git a/src/hardware/atten-pps3xxx/protocol.h b/src/hardware/atten-pps3xxx/protocol.h index 2ad9e857..36ee281a 100644 --- a/src/hardware/atten-pps3xxx/protocol.h +++ b/src/hardware/atten-pps3xxx/protocol.h @@ -82,7 +82,8 @@ struct dev_context { /* Operational state */ gboolean config_dirty; struct per_channel_config *config; - float byte_delay_ms; + /* Blocking write timeout for packet. */ + int delay_ms; /* Received from device. */ int channel_mode; gboolean over_current_protection;