diff options
Diffstat (limited to 'decoders/xfp')
-rw-r--r-- | decoders/xfp/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/xfp/pd.py b/decoders/xfp/pd.py index 6b4b7a9..ded7694 100644 --- a/decoders/xfp/pd.py +++ b/decoders/xfp/pd.py @@ -30,7 +30,7 @@ class Decoder(srd.Decoder): desc = 'XFP I²C management interface structures/protocol' license = 'gplv3+' inputs = ['i2c'] - outputs = ['xfp'] + outputs = [] tags = ['Networking'] annotations = ( ('fieldnames-and-values', 'XFP structure field names and values'), |