diff options
Diffstat (limited to 'decoders/nunchuk.py')
-rw-r--r-- | decoders/nunchuk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py index 4a5b7a0..5856e4e 100644 --- a/decoders/nunchuk.py +++ b/decoders/nunchuk.py @@ -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' |