X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmxc6225xu%2Fpd.py;h=e707b7509bb9b2fcf7c28a68f23c63b9921e6bba;hb=f2a5df42ea41e6c4370d4efa1a27ab942ba1ddff;hp=ca24cd5dca52192c9469b419dee705f8cea0dad3;hpb=98e0b79b9fd2abf076054abc5f25c184b436cb87;p=libsigrokdecode.git diff --git a/decoders/mxc6225xu/pd.py b/decoders/mxc6225xu/pd.py index ca24cd5..e707b75 100644 --- a/decoders/mxc6225xu/pd.py +++ b/decoders/mxc6225xu/pd.py @@ -83,7 +83,7 @@ class Decoder(srd.Decoder): self.state = 'IDLE' def start(self): - # self.out_proto = self.add(srd.OUTPUT_PROTO, 'mxc6225xu') + # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'mxc6225xu') self.out_ann = self.add(srd.OUTPUT_ANN, 'mxc6225xu') def report(self):