X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmlx90614%2Fpd.py;h=67a852c4b9c7854c1a7bb1ba15f0b866f4872b09;hb=f2a5df42ea41e6c4370d4efa1a27ab942ba1ddff;hp=3cd2dcbee8772918982565f8e3ed6a4aa8f3f57b;hpb=50bd5d259677faf87bb3408e111d0e833d7ba9b4;p=libsigrokdecode.git diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py index 3cd2dcb..67a852c 100644 --- a/decoders/mlx90614/pd.py +++ b/decoders/mlx90614/pd.py @@ -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):