]> sigrok.org Git - libsigrok.git/blobdiff - hardware/atten-pps3xxx/protocol.h
build: Portability fixes.
[libsigrok.git] / hardware / atten-pps3xxx / protocol.h
index 45b6fea4463f96709115ecf753c07510d5d027a3..1441305d9730c0d28552f0147615c3b63c6c041a 100644 (file)
@@ -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;