]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hameg-hmo/protocol.h
Change type of SR_CONF keys to uint32_t.
[libsigrok.git] / src / hardware / hameg-hmo / protocol.h
index 932e3ec3ee1c62d85d5d6633979db270ca3fcee4..1df319e38c6a21d2d2e8ae6579d9863eb40b2edd 100644 (file)
@@ -40,10 +40,10 @@ struct scope_config {
        const char *(*analog_names)[];
        const char *(*digital_names)[];
 
-       const int32_t (*hw_caps)[];
+       const uint32_t (*hw_caps)[];
        const uint8_t num_hwcaps;
 
-       const int32_t (*analog_hwcaps)[];
+       const uint32_t (*analog_hwcaps)[];
        const uint8_t num_analog_hwcaps;
 
        const char *(*coupling_options)[];