]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk/nunchuk.py
srd: PDs: Kill obsolete 'longdesc' entries.
[libsigrokdecode.git] / decoders / nunchuk / nunchuk.py
index b91e3ea51b56e40e2c2063876f1713bb9a8bb71e..c756f4d43d5513b66663c4b79dbe50e6d38d9daa 100644 (file)
@@ -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']