]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mlx90614/pd.py
The start() method no longer takes a metadata parameter
[libsigrokdecode.git] / decoders / mlx90614 / pd.py
index 3cd2dcbee8772918982565f8e3ed6a4aa8f3f57b..c4a47c431b75f7d3b24bab3958cf0c010e37c4be 100644 (file)
@@ -43,7 +43,7 @@ class Decoder(srd.Decoder):
         self.state = 'IGNORE START REPEAT'
         self.data = []
 
-    def start(self, metadata):
+    def start(self):
         # self.out_proto = self.add(srd.OUTPUT_PROTO, 'mlx90614')
         self.out_ann = self.add(srd.OUTPUT_ANN, 'mlx90614')