X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fedid%2Fpd.py;h=e2e7feef7f23f1930c3223924094e20f755b1f58;hp=2d7460ce434e5163f014e9f1c8497cda68cb15f9;hb=9d09d6eddd838dc7720118a13772b980107c7399;hpb=1865f48de72cebc0c8031bce8e5aaa2a3e1c5092 diff --git a/decoders/edid/pd.py b/decoders/edid/pd.py index 2d7460c..e2e7fee 100644 --- a/decoders/edid/pd.py +++ b/decoders/edid/pd.py @@ -87,8 +87,8 @@ class Decoder(srd.Decoder): ('sections', 'EDID structure sections'), ) annotation_rows = ( - ('sections', 'Sections', (1,)), ('fields', 'Fields', (0,)), + ('sections', 'Sections', (1,)), ) def __init__(self):