summaryrefslogtreecommitdiff
path: root/decoders/i2c
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2c')
-rw-r--r--decoders/i2c/pd.py2
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')