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 982cb50..033a44b 100644 --- a/decoders/eeprom24xx/pd.py +++ b/decoders/eeprom24xx/pd.py @@ -28,7 +28,7 @@ class Decoder(srd.Decoder): desc = '24xx series I²C EEPROM protocol.' license = 'gplv2+' inputs = ['i2c'] - outputs = ['eeprom24xx'] + outputs = [] tags = ['IC', 'Memory'] options = ( {'id': 'chip', 'desc': 'Chip', 'default': 'generic', |