summaryrefslogtreecommitdiff
path: root/decoders/jtag/jtag.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/jtag/jtag.py')
-rw-r--r--decoders/jtag/jtag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/jtag/jtag.py b/decoders/jtag/jtag.py
index df16d2b..d2568ab 100644
--- a/decoders/jtag/jtag.py
+++ b/decoders/jtag/jtag.py
@@ -43,7 +43,7 @@ class Decoder(srd.Decoder):
]
options = {}
annotations = [
- ['ASCII', 'TODO: description'],
+ ['Text', 'Human-readable text'],
]
def __init__(self, **kwargs):