diff options
Diffstat (limited to 'decoders/jtag')
-rw-r--r-- | decoders/jtag/jtag.py | 2 |
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): |