X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmxc6225xu%2Fpd.py;fp=decoders%2Fmxc6225xu%2Fpd.py;h=c236070167a1e69b91f0d3c100062913e10adb39;hb=780770f1295b7fdeb4481eb42623bad5da1e19a7;hp=46c6c09dc95e5e1871c00c254734d450f15c6248;hpb=84c1c0b52820af2418186ac3ecf93a5c6373a22e;p=libsigrokdecode.git diff --git a/decoders/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py index 46c6c09..c236070 100644 --- a/decoders/mxc6225xu/pd.py +++ b/decoders/mxc6225xu/pd.py @@ -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'], ]