]> sigrok.org Git - libsigrok.git/blobdiff - hardware/norma-dmm/protocol.c
Replace 'probe' with 'channel' in most places.
[libsigrok.git] / hardware / norma-dmm / protocol.c
index d5004a180808ca9e5264d3c139c068bbd4f25df9..8e1466a42df76e0a5504890cf492bd21fb233380 100644 (file)
@@ -349,7 +349,7 @@ static void nma_process_line(const struct sr_dev_inst *sdi)
                (double)scale, (double)value);
 
        /* Finish and send packet. */
-       analog.probes = sdi->probes;
+       analog.channels = sdi->channels;
        analog.num_samples = 1;
        analog.data = &value;