X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Ftransitioncounter%2Fpd.py;fp=decoders%2Ftransitioncounter%2Fpd.py;h=00fbfcf6257714556537849b519ed672d3bf8a47;hb=8915b34659332288aab38780d8f10d75c4c83e7f;hp=3451f7ed79a39cf841a475ab60211ac6d4022499;hpb=f372d597739a30e0106aebc8225c1edebf6d93e3;p=libsigrokdecode.git diff --git a/decoders/transitioncounter/pd.py b/decoders/transitioncounter/pd.py index 3451f7e..00fbfcf 100644 --- a/decoders/transitioncounter/pd.py +++ b/decoders/transitioncounter/pd.py @@ -42,7 +42,7 @@ class Decoder(srd.Decoder): self.channels = -1 self.lastsample = None - def start(self, metadata): + def start(self): # self.out_proto = self.add(srd.OUTPUT_PROTO, 'transitioncounter') self.out_ann = self.add(srd.OUTPUT_ANN, 'transitioncounter')