X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fvictor-dmm%2Fprotocol.c;h=a18f0a5b9922f4fb5a7d21d3998f1df511e2e76b;hb=67bd805523f52030a6459786388ce3385be00501;hp=ad78224fab1461c73c8ab780f899f4ad15a672db;hpb=69e19dd7691f86ac001469d1b319e1358e0d9778;p=libsigrok.git diff --git a/hardware/victor-dmm/protocol.c b/hardware/victor-dmm/protocol.c index ad78224f..a18f0a5b 100644 --- a/hardware/victor-dmm/protocol.c +++ b/hardware/victor-dmm/protocol.c @@ -138,7 +138,7 @@ static void decode_buf(struct sr_dev_inst *sdi, unsigned char *data) } /* Scale flags on the right, continued */ - is_max = is_min = TRUE; + is_max = is_min = FALSE; if (data[5] & 0x04) is_max = TRUE; if (data[5] & 0x08)