]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
Various PDs: Throw SamplerateError instead of Exception.
[libsigrokdecode.git] / decoders / edid / pd.py
index 41b790328dea70bc969bbbc55d113c625bc1e2c4..8af10aee7e65dba082d0c8753f92176a52cabe4a 100644 (file)
@@ -68,12 +68,12 @@ xy_ratio = [
     (16, 9),
 ]
 
-# Annotation types
+# Annotation classes
 ANN_FIELDS = 0
 ANN_SECTIONS = 1
 
 class Decoder(srd.Decoder):
-    api_version = 1
+    api_version = 2
     id = 'edid'
     name = 'EDID'
     longname = 'Extended Display Identification Data'