]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk.py
Improve 'longname' PD strings, use in 'sigrok-cli -V'.
[libsigrokdecode.git] / decoders / nunchuk.py
index 4a5b7a073dc370a3aebef1db39a24dfaf0ca7054..5856e4e02470a14181fbaa5ad123b4a60b1d401c 100644 (file)
@@ -42,7 +42,7 @@ INITIALIZED = 4
 class Decoder(srd.Decoder):
     id = 'nunchuk'
     name = 'Nunchuk'
-    longname = 'Nintendo Wii Nunchuk decoder'
+    longname = 'Nintendo Wii Nunchuk'
     desc = 'Decodes the Nintendo Wii Nunchuk I2C-based protocol.'
     longdesc = '...'
     author = 'Uwe Hermann'