X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmx25lxx05d%2Fpd.py;h=856497be896c6145f0591e566ca34b7044eb19ce;hb=19ac1568f74920bd44e43671059cf9e1780e5aca;hp=182ae26fc63d8aec19f456430ca9ebbe86df41b6;hpb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;p=libsigrokdecode.git diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py index 182ae26..856497b 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/pd.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2011-2012 Uwe Hermann ## @@ -110,8 +110,8 @@ class Decoder(srd.Decoder): self.addr = 0 self.data = [] - def start(self, metadata): - # self.out_proto = self.add(srd.OUTPUT_PROTO, 'mx25lxx05d') + def start(self): + # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'mx25lxx05d') self.out_ann = self.add(srd.OUTPUT_ANN, 'mx25lxx05d') def report(self):