]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/edid/pd.py
Mark all stacked decoders as being PD API version 3.
[libsigrokdecode.git] / decoders / edid / pd.py
index 389fbda9f48a4cdbf9196428d86533e6adfad673..baf226358e63cb626faf069ed98b52f3b3a310c7 100644 (file)
@@ -73,7 +73,7 @@ ANN_FIELDS = 0
 ANN_SECTIONS = 1
 
 class Decoder(srd.Decoder):
-    api_version = 2
+    api_version = 3
     id = 'edid'
     name = 'EDID'
     longname = 'Extended Display Identification Data'