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

index 1aab7e474a40df02384a789796772ac7414afd78..28d88f8b1a7646073a80d6cc740f2ee2c075967f 100644 (file)
@@ -28,7 +28,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['spi']
     outputs = []
-    tags = ['Display']
+    tags = ['IC', 'Analog/digital']
     annotations = (
         ('data', 'Data'),
     )