]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag_ejtag/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / jtag_ejtag / pd.py
index a54e5e9ede61cf7232a9c0b45356dd59940d52b5..f16f0b4edcae289cd75b4ec740e48191d57c766e 100644 (file)
@@ -196,7 +196,7 @@ class Decoder(srd.Decoder):
     desc = 'MIPS EJTAG protocol.'
     license = 'gplv2+'
     inputs = ['jtag']
     desc = 'MIPS EJTAG protocol.'
     license = 'gplv2+'
     inputs = ['jtag']
-    outputs = ['jtag_ejtag']
+    outputs = []
     tags = ['Debug/trace']
     annotations = (
         ('instruction', 'Instruction'),
     tags = ['Debug/trace']
     annotations = (
         ('instruction', 'Instruction'),