diff options
Diffstat (limited to 'decoders/spi/pd.py')
-rw-r--r-- | decoders/spi/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/spi/pd.py b/decoders/spi/pd.py index 7e4a1e5..d18af85 100644 --- a/decoders/spi/pd.py +++ b/decoders/spi/pd.py @@ -100,7 +100,7 @@ class Decoder(srd.Decoder): self.oldpins = None self.state = 'IDLE' - def start(self, metadata): + def start(self): self.out_proto = self.add(srd.OUTPUT_PROTO, 'spi') self.out_ann = self.add(srd.OUTPUT_ANN, 'spi') |