summaryrefslogtreecommitdiff
path: root/decoders/i2cfilter/i2cfilter.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2cfilter/i2cfilter.py')
-rw-r--r--decoders/i2cfilter/i2cfilter.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/decoders/i2cfilter/i2cfilter.py b/decoders/i2cfilter/i2cfilter.py
index 6b3d113..fad11c3 100644
--- a/decoders/i2cfilter/i2cfilter.py
+++ b/decoders/i2cfilter/i2cfilter.py
@@ -30,10 +30,13 @@ class Decoder(srd.Decoder):
license = 'gplv3+'
inputs = ['i2c']
outputs = []
+ probes = []
+ optional_probes = []
options = {
'address': ['Address to filter out of the I2C stream', 0],
'direction': ['Direction to filter (read/write)', '']
}
+ annotations = []
def __init__(self, **kwargs):
self.state = None