]> sigrok.org Git - libsigrokdecode.git/commitdiff
ir_sirc: minor Python and other nits
authorGerhard Sittig <redacted>
Wed, 22 Jul 2020 18:41:33 +0000 (20:41 +0200)
committerGerhard Sittig <redacted>
Wed, 22 Jul 2020 18:41:33 +0000 (20:41 +0200)
The .wait() wrapper always receives Python lists. There is only a single
IR pin (and its value isn't even used anywhere because appropriate edge
conditions get constructed). There is a delicate ss/es detail in the
.decode() routine concerning the IR frame's annotation's start. Don't
"continue" in the loop body's last statement, just "pass" and continue.


No differences found