]> sigrok.org Git - libsigrok.git/blobdiff - hardware/tondaj-sl-814/protocol.c
Replace 'probe' with 'channel' in most places.
[libsigrok.git] / hardware / tondaj-sl-814 / protocol.c
index b390598f93ebdaddce8c0055994ecb6c97d220fd..feeec69aa559c7f947eacc111952aa991cc9aa2e 100644 (file)
@@ -98,7 +98,7 @@ static void decode_packet(struct sr_dev_inst *sdi)
        parse_packet(devc->buf, &floatval, &analog);
 
        /* 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;