summaryrefslogtreecommitdiff
path: root/decoders/nunchuk
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-05-09 00:35:30 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-05-09 00:35:30 +0200
commita465436e627578f69c403de75a89522dfd883217 (patch)
treebc348cf98310f61e0ef46375d2bb572c0cbf9065 /decoders/nunchuk
parentee3e279c7558b388410d16cbce9db6c80e9c0c67 (diff)
downloadlibsigrokdecode-a465436e627578f69c403de75a89522dfd883217.tar.gz
libsigrokdecode-a465436e627578f69c403de75a89522dfd883217.zip
srd: Add usable one-liner descriptions for all PDs.
Diffstat (limited to 'decoders/nunchuk')
-rw-r--r--decoders/nunchuk/nunchuk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/nunchuk/nunchuk.py b/decoders/nunchuk/nunchuk.py
index 0c4cf11..1bcba23 100644
--- a/decoders/nunchuk/nunchuk.py
+++ b/decoders/nunchuk/nunchuk.py
@@ -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']