diff options
Diffstat (limited to 'decoders/nunchuk.py')
-rw-r--r-- | decoders/nunchuk.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py index cc1252c..d330747 100644 --- a/decoders/nunchuk.py +++ b/decoders/nunchuk.py @@ -110,8 +110,6 @@ class Decoder(sigrok.Decoder): pass def decode(self, timeoffset, duration, data): - """Nintendo Wii Nunchuk decoder""" - out = [] o = {} |