X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fsda2506%2Fpd.py;h=5b071d88d57d3a3cadaa6a4d4bb949403f396373;hb=9f08e75781965074a226c36451fea3a4c4bc4377;hp=9ae5c0142d53a47ef075556e6dbf3bfd6fe4be95;hpb=9d09d6eddd838dc7720118a13772b980107c7399;p=libsigrokdecode.git 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)),