]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag/jtag.py
srd: Remove TODOs from annotation format names.
[libsigrokdecode.git] / decoders / jtag / jtag.py
index df16d2b28a2837ae15b496227a555c26d2210146..d2568abb64cddc6196e3ca18a684431a56045fc2 100644 (file)
@@ -43,7 +43,7 @@ class Decoder(srd.Decoder):
     ]
     options = {}
     annotations = [
-        ['ASCII', 'TODO: description'],
+        ['Text', 'Human-readable text'],
     ]
 
     def __init__(self, **kwargs):