]> sigrok.org Git - libsigrok.git/commitdiff
kingst-la2016: style nits in FPGA code path and threshold selection
authorGerhard Sittig <redacted>
Sun, 23 Jan 2022 20:19:38 +0000 (21:19 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 17:53:53 +0000 (18:53 +0100)
Check sigrok routine return codes for SR_OK not zero. The snprintf(3)
routine does include the NUL termination in the length spec. Use size_t
for the threshold selection which in essence is an enumeration.


No differences found