summaryrefslogtreecommitdiff
path: root/decoders/nunchuk
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/nunchuk')
-rw-r--r--decoders/nunchuk/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/nunchuk/pd.py b/decoders/nunchuk/pd.py
index 23f1e85..b272338 100644
--- a/decoders/nunchuk/pd.py
+++ b/decoders/nunchuk/pd.py
@@ -47,7 +47,7 @@ class Decoder(srd.Decoder):
self.reg = 0x00
self.init_seq = []
- def start(self, metadata):
+ def start(self):
# self.out_proto = self.add(srd.OUTPUT_PROTO, 'nunchuk')
self.out_ann = self.add(srd.OUTPUT_ANN, 'nunchuk')