summaryrefslogtreecommitdiff
path: root/decoders/jtag_stm32
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/jtag_stm32')
-rw-r--r--decoders/jtag_stm32/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/jtag_stm32/pd.py b/decoders/jtag_stm32/pd.py
index bc3a4c7..ff5bb77 100644
--- a/decoders/jtag_stm32/pd.py
+++ b/decoders/jtag_stm32/pd.py
@@ -156,7 +156,7 @@ class Decoder(srd.Decoder):
('warnings', 'Warnings', (3,)),
)
- def __init__(self, **kwargs):
+ def __init__(self):
self.state = 'IDLE'
self.samplenums = None