]> sigrok.org Git - libsigrokdecode.git/commitdiff
dcf77, lpc: rephrase bit string formatting
authorGerhard Sittig <redacted>
Mon, 16 Apr 2018 19:12:16 +0000 (21:12 +0200)
committerGerhard Sittig <redacted>
Mon, 23 Apr 2018 21:25:43 +0000 (23:25 +0200)
Create the text representation of a bit string by means of the builtin
.format() method and an appropriate specifier. Drop the non-obvious
sequence of bin() and slice and zfill() calls.


No differences found