]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/x2444m/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / x2444m / pd.py
index 8a2852adecf33d0f9428f294b372c576ed731935..290cc368b8f5787e5177ba6ad3dda45bb9d3bc0d 100644 (file)
@@ -39,7 +39,7 @@ 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'),