X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fjtag_stm32%2Fpd.py;h=5dba78761dcd35c755da7601ebcf5096cf1f8a38;hb=8915b34659332288aab38780d8f10d75c4c83e7f;hp=14ad95518a5f3cfeac3ba41be9b4995e7ca4000a;hpb=f372d597739a30e0106aebc8225c1edebf6d93e3;p=libsigrokdecode.git diff --git a/decoders/jtag_stm32/pd.py b/decoders/jtag_stm32/pd.py index 14ad955..5dba787 100644 --- a/decoders/jtag_stm32/pd.py +++ b/decoders/jtag_stm32/pd.py @@ -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')