]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/rdtech-tc/protocol.c
feed_queue: rename routines for submission of a single sample value
[libsigrok.git] / src / hardware / rdtech-tc / protocol.c
index 99297ba6f8fb75595e1ec94110f2c849ca59fde8..291604a0c524e6887381d77d9a837263751793c2 100644 (file)
@@ -268,7 +268,7 @@ static int handle_poll_data(struct sr_dev_inst *sdi)
                ret = bv_get_value_len(&v, &pch->spec, poll_pkt, TC_POLL_LEN);
                if (ret != SR_OK)
                        break;
-               ret = feed_queue_analog_submit(devc->feeds[ch_idx], v, 1);
+               ret = feed_queue_analog_submit_one(devc->feeds[ch_idx], v, 1);
                if (ret != SR_OK)
                        break;
        }