X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fnunchuk%2Fpd.py;h=b272338571eab45d0bd6722050b7fbcc4700476c;hp=23f1e85860320fa7042868e7bfb4f24840b590a2;hb=8915b34659332288aab38780d8f10d75c4c83e7f;hpb=f372d597739a30e0106aebc8225c1edebf6d93e3 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')