]> sigrok.org Git - libsigrokdecode.git/commitdiff
mdio: accept MDIO READ without previous ADDRESS command
authorGerhard Sittig <redacted>
Wed, 1 Aug 2018 16:35:57 +0000 (18:35 +0200)
committerUwe Hermann <redacted>
Sat, 11 Aug 2018 20:58:45 +0000 (22:58 +0200)
Fix a Python string formatting issue, where the format string disagreed
with the argument list. A READ command could unexpectedly terminate the
decoder instance when there was no previous ADDRESS command.

This fixes bug #1258.


No differences found