X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fatorch%2Fprotocol.c;h=595e619b5b80b6223840319a029f85d00ef529a2;hb=f40d8479b0cccf031feb0fc52b19333e85a9c4b3;hp=53f03313d0e226a86e4f0e11059a3a0699e6f9fd;hpb=683f977e266eea4958839c561888f0f96c043ab6;p=libsigrok.git diff --git a/src/hardware/atorch/protocol.c b/src/hardware/atorch/protocol.c index 53f03313..595e619b 100644 --- a/src/hardware/atorch/protocol.c +++ b/src/hardware/atorch/protocol.c @@ -183,7 +183,7 @@ static void parse_report_msg(struct sr_dev_inst *sdi, const uint8_t *report_ptr) for (i = 0; i < devc->profile->channel_count; i++) { bv_get_value(&val, &devc->profile->channels[i].spec, report_ptr); - feed_queue_analog_submit(devc->feeds[i], val, 1); + feed_queue_analog_submit_one(devc->feeds[i], val, 1); } std_session_send_df_frame_end(sdi);