]> sigrok.org Git - libsigrok.git/blobdiff - hardware/uni-t-dmm/protocol.c
Replace 'probe' with 'channel' in most places.
[libsigrok.git] / hardware / uni-t-dmm / protocol.c
index 5843d5e7535b6f66043e532132286e5b62d55e4b..ca2568e8661455274e8afbb7d72d102a1d81a313 100644 (file)
@@ -77,7 +77,7 @@ static void decode_packet(struct sr_dev_inst *sdi, int dmm, const uint8_t *buf,
                udmms[dmm].dmm_details(&analog, info);
 
        /* Send a sample packet with one analog value. */
-       analog.probes = sdi->probes;
+       analog.channels = sdi->channels;
        analog.num_samples = 1;
        analog.data = &floatval;
        packet.type = SR_DF_ANALOG;