]> sigrok.org Git - libsigrok.git/commitdiff
input: accept const sdi in feed queue API
authorGerhard Sittig <redacted>
Tue, 12 Oct 2021 14:29:24 +0000 (16:29 +0200)
committerGerhard Sittig <redacted>
Wed, 13 Oct 2021 16:09:11 +0000 (18:09 +0200)
The common feed queue support code needs an sdi to submit sample data to
the session feed. Decorate this argument as const to silence compiler
warnings. This matches the sr_session_send() API.


No differences found