]> sigrok.org Git - libsigrok.git/blobdiff - hardware/uni-t-dmm/protocol.c
uni-t-dmm: Fix compiler warning.
[libsigrok.git] / hardware / uni-t-dmm / protocol.c
index 55f573afdcb0e18e1216cf0c391016396f77bc21..929ba9ecf6a42a382a2c8bc33d96f81d11a7893a 100644 (file)
@@ -77,6 +77,7 @@ static void decode_packet(struct dev_context *devc, int dmm, const uint8_t *buf)
        memset(&analog, 0, sizeof(struct sr_datafeed_analog));
 
        /* Parse the protocol packet. */
+       ret = SR_ERR;
        if (dmm == UNI_T_UT61D)
                ret = sr_dmm_parse_fs9922(buf, &floatval, &analog);
        else if (dmm == VOLTCRAFT_VC820)