X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Ftlc5620%2Fpd.py;h=4e9a3b7b18cf74e8a586bc17d935f35cfc72f5fc;hb=8915b34659332288aab38780d8f10d75c4c83e7f;hp=61f6028f5a58c774fe525fd4a117acf34130be37;hpb=f372d597739a30e0106aebc8225c1edebf6d93e3;p=libsigrokdecode.git diff --git a/decoders/tlc5620/pd.py b/decoders/tlc5620/pd.py index 61f6028..4e9a3b7 100644 --- a/decoders/tlc5620/pd.py +++ b/decoders/tlc5620/pd.py @@ -64,7 +64,7 @@ class Decoder(srd.Decoder): self.ss_value = self.es_value = 0 self.dac_select = self.gain = self.dac_value = None - def start(self, metadata): + def start(self): # self.out_proto = self.add(srd.OUTPUT_PROTO, 'tlc5620') self.out_ann = self.add(srd.OUTPUT_ANN, 'tlc5620')