]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/protocol.h
hameg-hmo: Do read from second digital pod during acquisition
[libsigrok.git] / src / hardware / hameg-hmo / protocol.h
index 6219ed635ef048fc014bb43200f1b3b2a79ebd15..24deb3f759ae99b39e8d720d6250f3630093f08d 100644 (file)
@@ -29,7 +29,8 @@
 #define LOG_PREFIX "hameg-hmo"
 
 #define MAX_INSTRUMENT_VERSIONS 10
-#define MAX_COMMAND_SIZE 31
+#define MAX_COMMAND_SIZE 48
+#define MAX_DIGITAL_GROUP_COUNT        2
 
 struct scope_config {
        const char *name[MAX_INSTRUMENT_VERSIONS];