]> sigrok.org Git - libsigrok.git/blobdiff - hardware/victor-dmm/protocol.c
Replace 'probe' with 'channel' in most places.
[libsigrok.git] / hardware / victor-dmm / protocol.c
index a18f0a5b9922f4fb5a7d21d3998f1df511e2e76b..6af51419326694c6241c349b850bb5c04a70a393 100644 (file)
@@ -252,7 +252,7 @@ static void decode_buf(struct sr_dev_inst *sdi, unsigned char *data)
        if (is_relative)
                analog.mqflags |= SR_MQFLAG_RELATIVE;
 
-       analog.probes = sdi->probes;
+       analog.channels = sdi->channels;
        analog.num_samples = 1;
        analog.data = &fvalue;
        packet.type = SR_DF_ANALOG;