]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mxc6225xu/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / mxc6225xu / pd.py
index 46c6c09dc95e5e1871c00c254734d450f15c6248..c236070167a1e69b91f0d3c100062913e10adb39 100644 (file)
@@ -68,11 +68,9 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['mxc6225xu']
-    probes = []
     optional_probes = [
         {'id': 'int', 'name': 'INT', 'desc': 'DTOS interrupt output pin'},
     ]
-    options = {}
     annotations = [
         ['text', 'Human-readable text'],
     ]