]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/eeprom24xx/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / eeprom24xx / pd.py
index 982cb50cef66794c806ef7c5824446feae409079..033a44b2c777d5644ae7eff623b3c8ce224f41e6 100644 (file)
@@ -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',