From: Uwe Hermann Date: Fri, 10 Apr 2020 21:52:10 +0000 (+0200) Subject: ad5626: Fix the tags metadata item. X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=b2404fdf7f9c90407fb822c00ba3c99aea63b9ab ad5626: Fix the tags metadata item. --- diff --git a/decoders/ad5626/pd.py b/decoders/ad5626/pd.py index 1aab7e4..28d88f8 100644 --- a/decoders/ad5626/pd.py +++ b/decoders/ad5626/pd.py @@ -28,7 +28,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['spi'] outputs = [] - tags = ['Display'] + tags = ['IC', 'Analog/digital'] annotations = ( ('data', 'Data'), )