]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/st7735/pd.py
adxl345: Use SrdIntEnum for annotation classes.
[libsigrokdecode.git] / decoders / st7735 / pd.py
index 252b188763c4faf0ca2eed738f5a0be7ac9df0c4..626d2eb16d2c4d3ca3ebe3ba6ecba989b9a399ba 100644 (file)
@@ -89,7 +89,7 @@ class Decoder(srd.Decoder):
     annotation_rows = (
         ('bits', 'Bits', (Ann.BITS,)),
         ('fields', 'Fields', (Ann.CMD, Ann.DATA)),
-        ('description', 'Description', (Ann.DESC,)),
+        ('descriptions', 'Descriptions', (Ann.DESC,)),
     )
 
     def __init__(self):