]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag_stm32/pd.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / jtag_stm32 / pd.py
index 7d6a71d2ba8180707830359020eb50ac3b674cfc..cc298d6fd61427417ad0403d72aeac5eb3845155 100644 (file)
@@ -127,9 +127,6 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['jtag']
     outputs = ['jtag_stm32']
     license = 'gplv2+'
     inputs = ['jtag']
     outputs = ['jtag_stm32']
-    probes = []
-    optional_probes = []
-    options = {}
     annotations = [
         ['text', 'Human-readable text'],
     ]
     annotations = [
         ['text', 'Human-readable text'],
     ]