]> sigrok.org Git - libsigrokdecode.git/commitdiff
ltc242x: Fix the tags metadata item.
authorUwe Hermann <redacted>
Fri, 10 Apr 2020 20:06:24 +0000 (22:06 +0200)
committerUwe Hermann <redacted>
Sat, 11 Apr 2020 13:09:15 +0000 (15:09 +0200)
decoders/ltc242x/pd.py

index 0086381b29a84d3a47c4a91c37cd537abce6e879..4999a4d51c0bae1e5b762a8e9c87d4060500aaed 100644 (file)
@@ -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'),