From 9d09d6eddd838dc7720118a13772b980107c7399 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 29 Nov 2019 22:49:04 +0100 Subject: decoders: Use a slightly more consistent/logical annotation row setup. Generally show "bits" and other smaller annotations in rows that come before "larger" annotations (in later rows). --- decoders/edid/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/edid') 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): -- cgit v1.2.3-70-g09d2