diff options
Diffstat (limited to 'decoders/eeprom24xx')
-rw-r--r-- | decoders/eeprom24xx/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/eeprom24xx/pd.py b/decoders/eeprom24xx/pd.py index 6f32b54..982cb50 100644 --- a/decoders/eeprom24xx/pd.py +++ b/decoders/eeprom24xx/pd.py @@ -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())}, |