]> sigrok.org Git - libsigrokdecode.git/commitdiff
srd: *.py: Remove one incorrect ord() call.
authorUwe Hermann <redacted>
Tue, 3 Jan 2012 18:36:30 +0000 (19:36 +0100)
committerUwe Hermann <redacted>
Tue, 3 Jan 2012 18:36:30 +0000 (19:36 +0100)
While 'data' is of type 'bytes', 'data[0]' for example is of type 'int',
thus the ord() there is neither needed nor correct anymore (yields an error).


No differences found