]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
Add protocol decoder testing framework.
[libsigrokdecode.git] / decoders / edid / pd.py
index 323834b870c1adb76c1de742f8eb1bc8a5ebb76f..3b3536e14576a773fd5da408e24a540edc9b6a6a 100644 (file)
@@ -87,8 +87,8 @@ class Decoder(srd.Decoder):
     optional_probes = []
     options = {}
     annotations = [
-        ['EDID fields', 'EDID structure fields'],
-        ['EDID sections', 'EDID structure sections'],
+        ['fields', 'EDID structure fields'],
+        ['sections', 'EDID structure sections'],
     ]
 
     def __init__(self, **kwargs):