]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag_stm32/pd.py
usb_signalling: Provide better short/long annotations.
[libsigrokdecode.git] / decoders / jtag_stm32 / pd.py
index 7d6a71d2ba8180707830359020eb50ac3b674cfc..0acedc80af3dc00fde58ad054990a6d7dab0dc61 100644 (file)
@@ -127,12 +127,9 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['jtag']
     outputs = ['jtag_stm32']
-    probes = []
-    optional_probes = []
-    options = {}
-    annotations = [
-        ['text', 'Human-readable text'],
-    ]
+    annotations = (
+        ('text', 'Human-readable text'),
+    )
 
     def __init__(self, **kwargs):
         self.state = 'IDLE'