]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rtc8564/rtc8564.py
srd: Remove TODOs from annotation format names.
[libsigrokdecode.git] / decoders / rtc8564 / rtc8564.py
index 6677f7b02c68cde3cb80d051faaae322094e6c78..c74630a53713182595bef0c08c4d60e24b5f9fd2 100644 (file)
@@ -43,7 +43,7 @@ class Decoder(srd.Decoder):
     ]
     options = {}
     annotations = [
-        ['TODO', 'TODO'],
+        ['Text', 'Human-readable text'],
     ]
 
     def __init__(self, **kwargs):