diff options
Diffstat (limited to 'decoders/i2c/pd.py')
-rw-r--r-- | decoders/i2c/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/i2c/pd.py b/decoders/i2c/pd.py index 0aed1ff..dcc27b2 100644 --- a/decoders/i2c/pd.py +++ b/decoders/i2c/pd.py @@ -105,7 +105,7 @@ class Decoder(srd.Decoder): self.oldsda = 1 self.oldpins = [1, 1] - def start(self, metadata): + def start(self): self.out_proto = self.add(srd.OUTPUT_PROTO, 'i2c') self.out_ann = self.add(srd.OUTPUT_ANN, 'i2c') |