diff options
Diffstat (limited to 'decoders/cfp/pd.py')
-rw-r--r-- | decoders/cfp/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/cfp/pd.py b/decoders/cfp/pd.py index 57b5239..9638ba1 100644 --- a/decoders/cfp/pd.py +++ b/decoders/cfp/pd.py @@ -57,7 +57,7 @@ class Decoder(srd.Decoder): desc = '100 Gigabit C form-factor pluggable (CFP) protocol.' license = 'BSD' inputs = ['mdio'] - outputs = ['cfp'] + outputs = [] tags = ['Networking'] annotations = ( ('register', 'Register'), |