]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/sdcard_spi/pd.py
The start() method no longer takes a metadata parameter
[libsigrokdecode.git] / decoders / sdcard_spi / pd.py
index 9f606d215ce0f6dacdfdfdfbdd5ad474e1bd3db4..cc286fa904015532e7bf2221824974781358f587 100644 (file)
@@ -97,7 +97,7 @@ class Decoder(srd.Decoder):
         self.blocklen = 0
         self.read_buf = []
 
-    def start(self, metadata):
+    def start(self):
         # self.out_proto = self.add(srd.OUTPUT_PROTO, 'sdcard_spi')
         self.out_ann = self.add(srd.OUTPUT_ANN, 'sdcard_spi')