]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/maple_bus/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / maple_bus / pd.py
index 9af4eb43fd32c2d4ef6fc4d66496218125ba82d6..c3f1140198ecaae5f6439ab67ffa90369e406e78 100644 (file)
@@ -36,7 +36,7 @@ class Decoder(srd.Decoder):
     desc = 'Maple bus peripheral protocol for SEGA Dreamcast.'
     license = 'gplv2+'
     inputs = ['logic']
-    outputs = ['maple_bus']
+    outputs = []
     tags = ['Retro computing']
     channels = (
         {'id': 'sdcka', 'name': 'SDCKA', 'desc': 'Data/clock line A'},