diff options
Diffstat (limited to 'decoders/i2cfilter/pd.py')
-rw-r--r-- | decoders/i2cfilter/pd.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/i2cfilter/pd.py b/decoders/i2cfilter/pd.py index 91269c0..9156803 100644 --- a/decoders/i2cfilter/pd.py +++ b/decoders/i2cfilter/pd.py @@ -31,8 +31,6 @@ class Decoder(srd.Decoder): license = 'gplv3+' inputs = ['i2c'] outputs = ['i2c'] - probes = [] - optional_probes = [] options = ( {'id': 'address', 'desc': 'Address to filter out of the I²C stream', 'default': 0}, |