diff options
Diffstat (limited to 'decoders/nunchuk.py')
-rw-r--r-- | decoders/nunchuk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py index 8bf0228..bda3745 100644 --- a/decoders/nunchuk.py +++ b/decoders/nunchuk.py @@ -91,7 +91,7 @@ class Decoder(srd.Decoder): def report(self): pass - def decode(self, timeoffset, duration, data): + def decode(self, ss, es, data): out = [] o = {} |