]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
All PDs: Bump api_version to 2.
[libsigrokdecode.git] / decoders / edid / pd.py
index 41b790328dea70bc969bbbc55d113c625bc1e2c4..03d5c4d89bfc8257fca54f071bed3707721f259a 100644 (file)
@@ -73,7 +73,7 @@ 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'