]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cdemux/i2cdemux.py
srd: rename extra_probes to optional_probes in all PDs
[libsigrokdecode.git] / decoders / i2cdemux / i2cdemux.py
index 49261600495bb88b6885d4fea40b0d97bf31768b..354d06c23473f66c141d6eef0ce604515ff83c29 100644 (file)
@@ -38,7 +38,7 @@ class Decoder(srd.Decoder):
     inputs = ['i2c']
     outputs = [] # TODO: Only known at run-time.
     probes = []
-    extra_probes = []
+    optional_probes = []
     options = {}
     annotations = []