]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk/nunchuk.py
srd: Remove TODOs from annotation format names.
[libsigrokdecode.git] / decoders / nunchuk / nunchuk.py
index c756f4d43d5513b66663c4b79dbe50e6d38d9daa..0c4cf11277f7825320f33cda1fe87210a753100c 100644 (file)
@@ -35,7 +35,7 @@ class Decoder(srd.Decoder):
     optional_probes = [] # TODO
     options = {}
     annotations = [
-        ['TODO', 'TODO'],
+        ['Text', 'Human-readable text'],
     ]
 
     def __init__(self, **kwargs):