diff options
Diffstat (limited to 'decoders/xfp')
-rw-r--r-- | decoders/xfp/pd.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/xfp/pd.py b/decoders/xfp/pd.py index cb67c2d..63e8aec 100644 --- a/decoders/xfp/pd.py +++ b/decoders/xfp/pd.py @@ -199,9 +199,6 @@ class Decoder(srd.Decoder): license = 'gplv3+' inputs = ['i2c'] outputs = ['xfp'] - probes = [] - optional_probes = [] - options = {} annotations = [ ['fieldnames-and-values', 'XFP structure field names and values'], ['fields', 'XFP structure fields'], |