diff options
Diffstat (limited to 'decoders/usb/usb.py')
-rw-r--r-- | decoders/usb/usb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/usb/usb.py b/decoders/usb/usb.py index 07f7bc0..5bfaf69 100644 --- a/decoders/usb/usb.py +++ b/decoders/usb/usb.py @@ -97,7 +97,7 @@ class Decoder(srd.Decoder): optional_probes = [] options = {} annotations = [ - ['TODO', 'TODO'] + ['Text', 'Human-readable text'] ] def __init__(self): |