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

index 13a29723e7f0ffda362f62a521067a0e504e7ae6..d4dead9dbd42e54fd6e9a679f5e2c079f81504fb 100644 (file)
@@ -42,7 +42,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['spi']
     outputs = []
-    tags = ['Display']
+    tags = ['IC', 'Analog/digital']
     annotations = (
         ('mode', 'Mode'),
         ('voltage', 'Voltage'),