X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Frdtech-um%2Fprotocol.c;h=806f9c2d49f0dc7b38691f2c69b823a1f3e2b12c;hb=f40d8479b0cccf031feb0fc52b19333e85a9c4b3;hp=aa32768a6ff022dce664b5a10150cb697d1be0d0;hpb=683f977e266eea4958839c561888f0f96c043ab6;p=libsigrok.git diff --git a/src/hardware/rdtech-um/protocol.c b/src/hardware/rdtech-um/protocol.c index aa32768a..806f9c2d 100644 --- a/src/hardware/rdtech-um/protocol.c +++ b/src/hardware/rdtech-um/protocol.c @@ -214,7 +214,7 @@ static int process_data(struct sr_dev_inst *sdi, ret = bv_get_value_len(&v, &p->channels[ch_idx].spec, data, dlen); 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; }