]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds1307/pd.py
All PDs: Consistent naming/case for annotation shortnames/IDs.
[libsigrokdecode.git] / decoders / ds1307 / pd.py
index 8e8a70807ee7cf18c391de0888164fe51bda5669..97431e01587dd6d4f933cc6f7b5e295153766f0f 100644 (file)
@@ -48,7 +48,7 @@ class Decoder(srd.Decoder):
     optional_probes = []
     options = {}
     annotations = [
-        ['Text', 'Human-readable text'],
+        ['text', 'Human-readable text'],
     ]
 
     def __init__(self, **kwargs):