]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk/nunchuk.py
srd: Add usable one-liner descriptions for all PDs.
[libsigrokdecode.git] / decoders / nunchuk / nunchuk.py
index 0c4cf11277f7825320f33cda1fe87210a753100c..1bcba23db99aedb14bb7dde3925f40b7c7b8d6c7 100644 (file)
@@ -27,7 +27,7 @@ class Decoder(srd.Decoder):
     id = 'nunchuk'
     name = 'Nunchuk'
     longname = 'Nintendo Wii Nunchuk'
-    desc = 'Decodes the Nintendo Wii Nunchuk I2C-based protocol.'
+    desc = 'Nintendo Wii Nunchuk controller protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['nunchuck']