]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cfilter/pd.py
Probes, optional probes and annotations now take a tuple.
[libsigrokdecode.git] / decoders / i2cfilter / pd.py
index 9156803aa109d550dc0290563cee392c0b7b39cb..8be7828a0af5aeea7405eb7511e02dd47ea6512d 100644 (file)
@@ -37,7 +37,6 @@ class Decoder(srd.Decoder):
         {'id': 'direction', 'desc': 'Direction to filter', 'default': 'both',
             'values': ('read', 'write', 'both')}
     )
-    annotations = []
 
     def __init__(self, **kwargs):
         self.state = None