]> sigrok.org Git - libsigrok.git/blobdiff - hardware/agilent-dmm/sched.c
Replace 'probe' with 'channel' in most places.
[libsigrok.git] / hardware / agilent-dmm / sched.c
index 81fd333aabff735a0d295d663719cd0194711edb..bd9cb3885ba2ef78d528f2a3af394b691168af18 100644 (file)
@@ -266,7 +266,7 @@ static int recv_fetc(const struct sr_dev_inst *sdi, GMatchInfo *match)
        analog.mq = devc->cur_mq;
        analog.unit = devc->cur_unit;
        analog.mqflags = devc->cur_mqflags;
-       analog.probes = sdi->probes;
+       analog.channels = sdi->channels;
        analog.num_samples = 1;
        analog.data = &fvalue;
        packet.type = SR_DF_ANALOG;