diff options
Diffstat (limited to 'decoders/nunchuk/nunchuk.py')
-rw-r--r-- | decoders/nunchuk/nunchuk.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/nunchuk/nunchuk.py b/decoders/nunchuk/nunchuk.py index b91e3ea..c756f4d 100644 --- a/decoders/nunchuk/nunchuk.py +++ b/decoders/nunchuk/nunchuk.py @@ -28,7 +28,6 @@ class Decoder(srd.Decoder): name = 'Nunchuk' longname = 'Nintendo Wii Nunchuk' desc = 'Decodes the Nintendo Wii Nunchuk I2C-based protocol.' - longdesc = '...' license = 'gplv2+' inputs = ['i2c'] outputs = ['nunchuck'] |