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/sda2506/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/sda2506') diff --git a/decoders/sda2506/pd.py b/decoders/sda2506/pd.py index 782fd83..9ae5c01 100644 --- a/decoders/sda2506/pd.py +++ b/decoders/sda2506/pd.py @@ -46,8 +46,8 @@ class Decoder(srd.Decoder): ) annotation_rows = ( ('bits', 'Bits', (ann_cmdbit, ann_databit)), - ('commands', 'Commands', (ann_cmd,)), ('data', 'Data', (ann_data,)), + ('commands', 'Commands', (ann_cmd,)), ('warnings', 'Warnings', (ann_warning,)), ) -- cgit v1.2.3-70-g09d2