diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-05-08 23:53:48 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-05-08 23:53:48 +0200 |
commit | ee3e279c7558b388410d16cbce9db6c80e9c0c67 (patch) | |
tree | a509cc444ad0af902c2b103e5a9cda315d3c42ce /decoders/nunchuk | |
parent | d274e1bfc2cd0795c62ce304fa01320af16ca396 (diff) | |
download | libsigrokdecode-ee3e279c7558b388410d16cbce9db6c80e9c0c67.tar.gz libsigrokdecode-ee3e279c7558b388410d16cbce9db6c80e9c0c67.zip |
srd: Remove TODOs from annotation format names.
Also, fix minor consistency issues, cosmetics, typos.
Diffstat (limited to 'decoders/nunchuk')
-rw-r--r-- | decoders/nunchuk/nunchuk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/nunchuk/nunchuk.py b/decoders/nunchuk/nunchuk.py index c756f4d..0c4cf11 100644 --- a/decoders/nunchuk/nunchuk.py +++ b/decoders/nunchuk/nunchuk.py @@ -35,7 +35,7 @@ class Decoder(srd.Decoder): optional_probes = [] # TODO options = {} annotations = [ - ['TODO', 'TODO'], + ['Text', 'Human-readable text'], ] def __init__(self, **kwargs): |