X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fsdcard_spi%2Fpd.py;h=cc286fa904015532e7bf2221824974781358f587;hb=8915b34659332288aab38780d8f10d75c4c83e7f;hp=9f606d215ce0f6dacdfdfdfbdd5ad474e1bd3db4;hpb=f372d597739a30e0106aebc8225c1edebf6d93e3;p=libsigrokdecode.git diff --git a/decoders/sdcard_spi/pd.py b/decoders/sdcard_spi/pd.py index 9f606d2..cc286fa 100644 --- a/decoders/sdcard_spi/pd.py +++ b/decoders/sdcard_spi/pd.py @@ -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')