]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/eeprom24xx/pd.py
decoders: Add/update tags for each PD.
[libsigrokdecode.git] / decoders / eeprom24xx / pd.py
index 6f32b5400ee97363fbdea9932f594534787615b2..982cb50cef66794c806ef7c5824446feae409079 100644 (file)
@@ -29,7 +29,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['eeprom24xx']
-    tags = ['Logic', 'Memory']
+    tags = ['IC', 'Memory']
     options = (
         {'id': 'chip', 'desc': 'Chip', 'default': 'generic',
             'values': tuple(chips.keys())},