]> sigrok.org Git - libsigrok.git/commitdiff
rdtech-um: rephrase channel count in profile description
authorGerhard Sittig <redacted>
Wed, 15 Mar 2023 18:01:57 +0000 (19:01 +0100)
committerGerhard Sittig <redacted>
Thu, 16 Mar 2023 13:29:30 +0000 (14:29 +0100)
Use ARRAY_AND_SIZE() instead of the ALL_ZERO terminator for the list
of channels in a model's profile. This improves iteration readability,
avoids off-by-one issues, eliminates "empty slot?" checks in numerical
iteration over indices. Rename channel list identifiers to reduce the
text line length in the source code.


No differences found