]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ddc.py
srd: annotation -> annotations.
[libsigrokdecode.git] / decoders / ddc.py
index 58c74a4ad6c8a341546fa2b23d47621ceb6ec42b..b4681d0fbe0566cca9028bed096e7035bd0d086c 100644 (file)
@@ -37,7 +37,7 @@ class Decoder(sigrokdecode.Decoder):
     license = 'gplv3+'
     inputs = ['i2c']
     outputs = ['ddc']
     license = 'gplv3+'
     inputs = ['i2c']
     outputs = ['ddc']
-    annotation = [
+    annotations = [
         ["Byte stream", "DDC byte stream as read from display."],
     ]
 
         ["Byte stream", "DDC byte stream as read from display."],
     ]