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