]> sigrok.org Git - libsigrokdecode.git/commit
uart: Don't prefix databyte output numbers.
authorUwe Hermann <redacted>
Wed, 11 Sep 2013 17:53:31 +0000 (19:53 +0200)
committerUwe Hermann <redacted>
Thu, 12 Sep 2013 13:56:05 +0000 (15:56 +0200)
commit9300bc22bad033204d369884b0f548b1e2a9bc59
tree2183ceee14752873ffc0bb718b1488abc95837c5
parent83be7b8384e0dc20b84de831e5922fb9c6d0762d
uart: Don't prefix databyte output numbers.

Previously the output was 0x41 or 0o101 or 0b1000001, now it is 41 or
101 or 1000001. We drop these prefixes, since they decrease the readability
of the PD output (especially when displayed in GUIs) and are not needed
anyway since the user knowingly selected the number format before running
the respective PD.
decoders/uart/pd.py