X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fhameg-hmo%2Fprotocol.h;h=1df319e38c6a21d2d2e8ae6579d9863eb40b2edd;hb=584560f142e1b17b9f4ef9069bd3724f2f77e750;hp=932e3ec3ee1c62d85d5d6633979db270ca3fcee4;hpb=562b7ae513ed755ee93f233d6a460259cea535de;p=libsigrok.git diff --git a/src/hardware/hameg-hmo/protocol.h b/src/hardware/hameg-hmo/protocol.h index 932e3ec3..1df319e3 100644 --- a/src/hardware/hameg-hmo/protocol.h +++ b/src/hardware/hameg-hmo/protocol.h @@ -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)[];