]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lpc/lpc.py
srd: Remove TODOs from annotation format names.
[libsigrokdecode.git] / decoders / lpc / lpc.py
index 9bc91cd870de13a33d88f021be61432e5118c87a..1357fbd1b17e0542d0363dcdddaf2cf5a2cae308 100644 (file)
@@ -22,9 +22,6 @@
 
 import sigrokdecode as srd
 
-# Annotation feed formats
-ANN_ASCII = 0
-
 # ...
 fields = {
     # START field (indicates start or stop of a transaction)
@@ -128,7 +125,7 @@ class Decoder(srd.Decoder):
     ]
     options = {}
     annotations = [
-        ['ASCII', 'TODO: description'],
+        ['Text', 'Human-readable text'],
     ]
 
     def __init__(self, **kwargs):