From 3977018123933dbf2044afbb6b7205cf2371d73f Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 10 Apr 2020 21:31:06 +0200 Subject: ltc26x7: Fix the tags metadata item. --- decoders/ltc26x7/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/ltc26x7') diff --git a/decoders/ltc26x7/pd.py b/decoders/ltc26x7/pd.py index 69913c5..3a45ccd 100644 --- a/decoders/ltc26x7/pd.py +++ b/decoders/ltc26x7/pd.py @@ -50,7 +50,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['i2c'] outputs = [] - tags = ['Display'] + tags = ['IC', 'Analog/digital'] options = ( {'id': 'part', 'desc': 'Part', 'default': 'ltc26x7', 'values': ('ltc2607', 'ltc2617', 'ltc2627')}, -- cgit v1.2.3-70-g09d2