]> sigrok.org Git - libsigrok.git/blobdiff - hardware/atten-pps3xxx/protocol.c
Replace 'probe' with 'channel' in most places.
[libsigrok.git] / hardware / atten-pps3xxx / protocol.c
index 68a3860c18d716deada1f41a5502cc3b9e333fe0..5658d5d576795bf1cc1c4b5a74d7fca70a4d7588 100644 (file)
@@ -45,7 +45,7 @@ static void handle_packet(const struct sr_dev_inst *sdi)
        dump_packet("received", devc->packet);
        packet.type = SR_DF_ANALOG;
        packet.payload = &analog;
-       analog.probes = sdi->probes;
+       analog.channels = sdi->channels;
        analog.num_samples = 1;
 
        analog.mq = SR_MQ_VOLTAGE;