X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fyokogawa-dlm%2Fprotocol.c;h=5148c8d7fc039cb37bc7b850b2674ed37e64c114;hb=584560f142e1b17b9f4ef9069bd3724f2f77e750;hp=8f95f187a614302ec742b15244a224966b1df3c0;hpb=a4e47454580b83972f052b5ace8e687d54d9425c;p=libsigrok.git diff --git a/src/hardware/yokogawa-dlm/protocol.c b/src/hardware/yokogawa-dlm/protocol.c index 8f95f187..5148c8d7 100644 --- a/src/hardware/yokogawa-dlm/protocol.c +++ b/src/hardware/yokogawa-dlm/protocol.c @@ -25,7 +25,7 @@ #include "protocol.h" -static const int32_t dlm_hwcaps[] = { +static const uint32_t dlm_hwcaps[] = { SR_CONF_LOGIC_ANALYZER, SR_CONF_OSCILLOSCOPE, SR_CONF_TRIGGER_SLOPE, @@ -35,7 +35,7 @@ static const int32_t dlm_hwcaps[] = { SR_CONF_HORIZ_TRIGGERPOS, }; -static const int32_t dlm_analog_caps[] = { +static const uint32_t dlm_analog_caps[] = { SR_CONF_VDIV, SR_CONF_COUPLING, SR_CONF_NUM_VDIV,