]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/eeprom93xx/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / eeprom93xx / pd.py
index 9d8741b3b0c1382c8d48b41c749810c4c3c16a95..7b64e59ada7e2a9754b13dc5b7a73b92cbc965fe 100644 (file)
@@ -27,7 +27,7 @@ class Decoder(srd.Decoder):
     desc = '93xx series Microwire EEPROM protocol.'
     license = 'gplv2+'
     inputs = ['microwire']
-    outputs = ['eeprom93xx']
+    outputs = []
     tags = ['IC', 'Memory']
     options = (
         {'id': 'addresssize', 'desc': 'Address size', 'default': 8},