X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=hardware%2Fatten-pps3xxx%2Fprotocol.h;h=1441305d9730c0d28552f0147615c3b63c6c041a;hp=45b6fea4463f96709115ecf753c07510d5d027a3;hb=43cd4637285833706f8a404ca027bcf0ee75b9ae;hpb=33c40990fd099c3230fdac51f84a1be7ce2e88e7 diff --git a/hardware/atten-pps3xxx/protocol.h b/hardware/atten-pps3xxx/protocol.h index 45b6fea4..1441305d 100644 --- a/hardware/atten-pps3xxx/protocol.h +++ b/hardware/atten-pps3xxx/protocol.h @@ -25,7 +25,6 @@ #include "libsigrok.h" #include "libsigrok-internal.h" -/* Message logging helpers with subsystem-specific prefix string. */ #define LOG_PREFIX "atten-pps3xxx" /* Packets to/from the device. */ @@ -81,6 +80,7 @@ struct dev_context { gboolean acquisition_running; /* Operational state */ + gboolean config_dirty; struct per_channel_config *config; /* Received from device. */ int channel_mode;