From b77614bc977475102062ac5d1c8fe8e55349315a Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Wed, 1 Feb 2012 00:13:42 +0100 Subject: srd: rename extra_probes to optional_probes in all PDs --- decoders/ebr30a_i2c_demux/ebr30a_i2c_demux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/ebr30a_i2c_demux') 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 = [] -- cgit v1.2.3-70-g09d2