diff options
Diffstat (limited to 'decoders/sda2506')
-rw-r--r-- | decoders/sda2506/pd.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/sda2506/pd.py b/decoders/sda2506/pd.py index 9ae5c01..5b071d8 100644 --- a/decoders/sda2506/pd.py +++ b/decoders/sda2506/pd.py @@ -41,8 +41,8 @@ class Decoder(srd.Decoder): ('cmdbit', 'Command bit'), ('databit', 'Data bit'), ('cmd', 'Command'), - ('data', 'Data byte'), - ('warnings', 'Human-readable warnings'), + ('databyte', 'Data byte'), + ('warning', 'Warning'), ) annotation_rows = ( ('bits', 'Bits', (ann_cmdbit, ann_databit)), |