]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/transitioncounter/pd.py
The start() method no longer takes a metadata parameter
[libsigrokdecode.git] / decoders / transitioncounter / pd.py
index 3451f7ed79a39cf841a475ab60211ac6d4022499..00fbfcf6257714556537849b519ed672d3bf8a47 100644 (file)
@@ -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')