]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/tlc5620/pd.py
The start() method no longer takes a metadata parameter
[libsigrokdecode.git] / decoders / tlc5620 / pd.py
index 61f6028f5a58c774fe525fd4a117acf34130be37..4e9a3b7b18cf74e8a586bc17d935f35cfc72f5fc 100644 (file)
@@ -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')