]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/protocol.h
Use driver name as the log prefix in standard functions
[libsigrok.git] / src / hardware / hameg-hmo / protocol.h
index 8235b1e733caf1524de6c5df96eb4c4d26692b2c..6219ed635ef048fc014bb43200f1b3b2a79ebd15 100644 (file)
@@ -23,7 +23,7 @@
 #include <glib.h>
 #include <stdint.h>
 #include <string.h>
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
 #define LOG_PREFIX "hameg-hmo"
@@ -73,6 +73,7 @@ struct analog_channel_state {
        float vertical_offset;
 
        gboolean state;
+       char probe_unit;
 };
 
 struct scope_state {