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