diff options
Diffstat (limited to 'decoders/lin')
-rw-r--r-- | decoders/lin/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/lin/pd.py b/decoders/lin/pd.py index 29621cc..216d416 100644 --- a/decoders/lin/pd.py +++ b/decoders/lin/pd.py @@ -63,7 +63,7 @@ class Decoder(srd.Decoder): desc = 'Local Interconnect Network (LIN) protocol.' license = 'gplv2+' inputs = ['uart'] - outputs = ['lin'] + outputs = [] tags = ['Automotive'] options = ( {'id': 'version', 'desc': 'Protocol version', 'default': 2, 'values': (1, 2)}, |