]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2c.py
srd: annotation -> annotations.
[libsigrokdecode.git] / decoders / i2c.py
index 60558c5a76eeb34e4b8a08c0ba14a5de997992f2..b101e8a2328fc2a191fd2a8188549b3faeadda72 100644 (file)
@@ -137,7 +137,7 @@ class Decoder(sigrokdecode.Decoder):
     options = {
         'address-space': ['Address space (in bits)', 7],
     }
-    annotation = [
+    annotations = [
         # ANN_SHIFTED
         ["7-bit shifted hex",
          "Read/Write bit shifted out from the 8-bit i2c slave address"],