X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmlx90614%2Fpd.py;h=67a852c4b9c7854c1a7bb1ba15f0b866f4872b09;hb=f2a5df42ea41e6c4370d4efa1a27ab942ba1ddff;hp=c4a47c431b75f7d3b24bab3958cf0c010e37c4be;hpb=8915b34659332288aab38780d8f10d75c4c83e7f;p=libsigrokdecode.git diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py index c4a47c4..67a852c 100644 --- a/decoders/mlx90614/pd.py +++ b/decoders/mlx90614/pd.py @@ -44,7 +44,7 @@ class Decoder(srd.Decoder): self.data = [] def start(self): - # self.out_proto = self.add(srd.OUTPUT_PROTO, 'mlx90614') + # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'mlx90614') self.out_ann = self.add(srd.OUTPUT_ANN, 'mlx90614') def report(self):