]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mlx90614/pd.py
Rename inter-PD output type to SRD_OUTPUT_PYTHON
[libsigrokdecode.git] / decoders / mlx90614 / pd.py
index 3cd2dcbee8772918982565f8e3ed6a4aa8f3f57b..67a852c4b9c7854c1a7bb1ba15f0b866f4872b09 100644 (file)
@@ -43,8 +43,8 @@ class Decoder(srd.Decoder):
         self.state = 'IGNORE START REPEAT'
         self.data = []
 
-    def start(self, metadata):
-        # self.out_proto = self.add(srd.OUTPUT_PROTO, 'mlx90614')
+    def start(self):
+        # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'mlx90614')
         self.out_ann = self.add(srd.OUTPUT_ANN, 'mlx90614')
 
     def report(self):