X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Flm75%2Fpd.py;h=de1a0dafa4fc91b6b81c8a5f709c4d69fe4554c0;hp=8e447b734f040ccc31b51d484ae3e921036b0da5;hb=f2a5df42ea41e6c4370d4efa1a27ab942ba1ddff;hpb=98e0b79b9fd2abf076054abc5f25c184b436cb87 diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py index 8e447b7..de1a0da 100644 --- a/decoders/lm75/pd.py +++ b/decoders/lm75/pd.py @@ -78,7 +78,7 @@ class Decoder(srd.Decoder): self.avgvalues = [] def start(self): - # self.out_proto = self.add(srd.OUTPUT_PROTO, 'lm75') + # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'lm75') self.out_ann = self.add(srd.OUTPUT_ANN, 'lm75') def report(self):