diff options
Diffstat (limited to 'decoders/ltc242x')
-rw-r--r-- | decoders/ltc242x/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ltc242x/pd.py b/decoders/ltc242x/pd.py index 0086381..4999a4d 100644 --- a/decoders/ltc242x/pd.py +++ b/decoders/ltc242x/pd.py @@ -31,7 +31,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['spi'] outputs = [] - tags = ['Display'] + tags = ['IC', 'Analog/digital'] annotations = ( ('channel', 'Channel'), ('input', 'Input voltage'), |