summaryrefslogtreecommitdiff
path: root/decoders/mxc6225xu
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-05-08 23:53:48 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-05-08 23:53:48 +0200
commitee3e279c7558b388410d16cbce9db6c80e9c0c67 (patch)
treea509cc444ad0af902c2b103e5a9cda315d3c42ce /decoders/mxc6225xu
parentd274e1bfc2cd0795c62ce304fa01320af16ca396 (diff)
downloadlibsigrokdecode-ee3e279c7558b388410d16cbce9db6c80e9c0c67.tar.gz
libsigrokdecode-ee3e279c7558b388410d16cbce9db6c80e9c0c67.zip
srd: Remove TODOs from annotation format names.
Also, fix minor consistency issues, cosmetics, typos.
Diffstat (limited to 'decoders/mxc6225xu')
-rw-r--r--decoders/mxc6225xu/mxc6225xu.py2
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):