summaryrefslogtreecommitdiff
path: root/decoders/ebr30a_i2c_demux
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/ebr30a_i2c_demux')
-rw-r--r--decoders/ebr30a_i2c_demux/ebr30a_i2c_demux.py2
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 = []