diff options
Diffstat (limited to 'decoders/mxc6225xu')
-rw-r--r-- | decoders/mxc6225xu/mxc6225xu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mxc6225xu/mxc6225xu.py b/decoders/mxc6225xu/mxc6225xu.py index 7ad6396..5769f3e 100644 --- a/decoders/mxc6225xu/mxc6225xu.py +++ b/decoders/mxc6225xu/mxc6225xu.py @@ -76,7 +76,7 @@ class Decoder(srd.Decoder): ] options = {} annotations = [ - ['TODO', 'TODO'], + ['Text', 'Human-readable text'], ] def __init__(self, **kwargs): |