]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ssi32/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / ssi32 / pd.py
index f2685e2869dc3010520633b98a511457724b482b..51608039ea205bd685800dfb29583d2849dd6f40 100644 (file)
@@ -30,7 +30,8 @@ class Decoder(srd.Decoder):
     desc = 'Synchronous Serial Interface (32bit) protocol.'
     license = 'gplv2+'
     inputs = ['spi']
-    outputs = ['ssi32']
+    outputs = []
+    tags = ['Embedded/industrial']
     options = (
         {'id': 'msgsize', 'desc': 'Message size', 'default': 64},
     )