X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Flpc%2Fpd.py;h=b4adb5b7d05d7d9f1f3cb752306fbd45aa57887c;hb=f2a5df42ea41e6c4370d4efa1a27ab942ba1ddff;hp=abc161d4ef1ea677304143851928e166a1afaacd;hpb=8915b34659332288aab38780d8f10d75c4c83e7f;p=libsigrokdecode.git diff --git a/decoders/lpc/pd.py b/decoders/lpc/pd.py index abc161d..b4adb5b 100644 --- a/decoders/lpc/pd.py +++ b/decoders/lpc/pd.py @@ -151,7 +151,7 @@ class Decoder(srd.Decoder): self.ss_block = self.es_block = None def start(self): - # self.out_proto = self.add(srd.OUTPUT_PROTO, 'lpc') + # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'lpc') self.out_ann = self.add(srd.OUTPUT_ANN, 'lpc') def report(self):