diff options
author | Bert Vermeulen <bert@biot.com> | 2012-02-01 00:13:42 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2012-02-01 00:13:42 +0100 |
commit | b77614bc977475102062ac5d1c8fe8e55349315a (patch) | |
tree | 36845bc97277429b1cc5b863ad3e4aaa92a85097 /decoders/ebr30a_i2c_demux | |
parent | dcdf48838748df02bc3028c4a26ea6d4506ee542 (diff) | |
download | libsigrokdecode-b77614bc977475102062ac5d1c8fe8e55349315a.tar.gz libsigrokdecode-b77614bc977475102062ac5d1c8fe8e55349315a.zip |
srd: rename extra_probes to optional_probes in all PDs
Diffstat (limited to 'decoders/ebr30a_i2c_demux')
-rw-r--r-- | decoders/ebr30a_i2c_demux/ebr30a_i2c_demux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ebr30a_i2c_demux/ebr30a_i2c_demux.py b/decoders/ebr30a_i2c_demux/ebr30a_i2c_demux.py index 59649fd..6abed09 100644 --- a/decoders/ebr30a_i2c_demux/ebr30a_i2c_demux.py +++ b/decoders/ebr30a_i2c_demux/ebr30a_i2c_demux.py @@ -50,7 +50,7 @@ class Decoder(srd.Decoder): inputs = ['i2c'] outputs = ['i2c-axp199', 'i2c-h8563s', 'i2c-accel'] # TODO: type vs. inst. probes = [] - extra_probes = [] + optional_probes = [] options = {} annotations = [] |