]> sigrok.org Git - libsigrokdecode.git/commit - decoders/uart/pd.py
uart/i2cfilter: Don't check multiple-choice options.
authorUwe Hermann <redacted>
Wed, 9 Jul 2014 15:31:32 +0000 (17:31 +0200)
committerUwe Hermann <redacted>
Wed, 9 Jul 2014 16:00:22 +0000 (18:00 +0200)
commit22fc7ace72f3165c98208a8f544156e04a709639
tree98b15ab45b4f81b34511765688a7df83a6ec03a1
parent21b39043472eeeb2e0155eafc73247f5010af714
uart/i2cfilter: Don't check multiple-choice options.

For options which only have a limited set of valid values, we don't need
to check (in the PD) whether a valid value was supplied, since the backend
can do that for us.
decoders/i2cfilter/pd.py
decoders/uart/pd.py