From: Uwe Hermann Date: Fri, 10 Apr 2020 20:06:24 +0000 (+0200) Subject: ltc242x: Fix the tags metadata item. X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=a3b9585c554843a6db0c8468b2f37598dbe29bac ltc242x: Fix the tags metadata item. --- 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'),