summaryrefslogtreecommitdiff
path: root/decoders/i2cdemux
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2cdemux')
-rw-r--r--decoders/i2cdemux/i2cdemux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/i2cdemux/i2cdemux.py b/decoders/i2cdemux/i2cdemux.py
index 4926160..354d06c 100644
--- a/decoders/i2cdemux/i2cdemux.py
+++ b/decoders/i2cdemux/i2cdemux.py
@@ -38,7 +38,7 @@ class Decoder(srd.Decoder):
inputs = ['i2c']
outputs = [] # TODO: Only known at run-time.
probes = []
- extra_probes = []
+ optional_probes = []
options = {}
annotations = []