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