summaryrefslogtreecommitdiff
path: root/decoders/jtag_stm32
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/jtag_stm32')
-rw-r--r--decoders/jtag_stm32/pd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/jtag_stm32/pd.py b/decoders/jtag_stm32/pd.py
index 7d6a71d..cc298d6 100644
--- a/decoders/jtag_stm32/pd.py
+++ b/decoders/jtag_stm32/pd.py
@@ -127,9 +127,6 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['jtag']
outputs = ['jtag_stm32']
- probes = []
- optional_probes = []
- options = {}
annotations = [
['text', 'Human-readable text'],
]