diff options
Diffstat (limited to 'decoders/sda2506')
-rw-r--r-- | decoders/sda2506/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
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,)), ) |