diff options
Diffstat (limited to 'decoders/edid/pd.py')
-rw-r--r-- | decoders/edid/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index 41b7903..03d5c4d 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -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' |