diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-09-11 19:53:31 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-09-12 15:56:05 +0200 |
commit | 9300bc22bad033204d369884b0f548b1e2a9bc59 (patch) | |
tree | 2183ceee14752873ffc0bb718b1488abc95837c5 /decoder.c | |
parent | 83be7b8384e0dc20b84de831e5922fb9c6d0762d (diff) | |
download | libsigrokdecode-9300bc22bad033204d369884b0f548b1e2a9bc59.tar.gz libsigrokdecode-9300bc22bad033204d369884b0f548b1e2a9bc59.zip |
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.
Diffstat (limited to 'decoder.c')
0 files changed, 0 insertions, 0 deletions