]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag_stm32/pd.py
unittests: Update to recent API changes.
[libsigrokdecode.git] / decoders / jtag_stm32 / pd.py
index e30788c7dfc348b696213a25a2bc49014eb3798b..5dba78761dcd35c755da7601ebcf5096cf1f8a38 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
@@ -140,7 +140,7 @@ class Decoder(srd.Decoder):
         self.state = 'IDLE'
         # self.state = 'BYPASS'
 
-    def start(self, metadata):
+    def start(self):
         # self.out_proto = self.add(srd.OUTPUT_PROTO, 'jtag_stm32')
         self.out_ann = self.add(srd.OUTPUT_ANN, 'jtag_stm32')