]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/x2444m/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / x2444m / pd.py
index 2fa4d3848e9dfbafd58a778b7187f862e1489455..290cc368b8f5787e5177ba6ad3dda45bb9d3bc0d 100644 (file)
@@ -39,7 +39,8 @@ class Decoder(srd.Decoder):
     desc = 'Xicor X2444M/P nonvolatile static RAM protocol.'
     license = 'gplv2+'
     inputs = ['spi']
-    outputs = ['x2444m']
+    outputs = []
+    tags = ['IC', 'Memory']
     annotations = (
         ('wrds', 'Write disable'),
         ('sto', 'Store RAM data in EEPROM'),