X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Flin%2Fpd.py;h=216d4167e7b18ac5a0fdb1e65ed1210c84890975;hb=112a2644fdadf17e077a84f63dbbccc87e649a0f;hp=29621ccb91eedd943b7f0a4484022ea20c0470ee;hpb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;p=libsigrokdecode.git 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)},