]> sigrok.org Git - libsigrokdecode.git/commit
uart: Remove redundant "reached bit" checks
authorGerhard Sittig <redacted>
Tue, 14 Mar 2017 18:15:31 +0000 (19:15 +0100)
committerGerhard Sittig <redacted>
Tue, 14 Mar 2017 18:32:39 +0000 (19:32 +0100)
commit080b528200abe354412aba63ddee5d76ac9c8e14
tree21b769516f9f436e8ce74af95fe09b8b8386d185
parent7d62e5b33a3404d319f42c81f3344240d430746a
uart: Remove redundant "reached bit" checks

After the decode() method got adjusted to call wait() with custom made
conditions and to check .matched[] before inspecting samples, the check
whether a bit time's sample point was reached has become obsolete.
decoders/uart/pd.py