X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fatsha204a%2Fpd.py;fp=decoders%2Fatsha204a%2Fpd.py;h=9f66c85c382dab58af72751c35c44e0ea6a3b716;hp=c666332a63917f8bff535a7d9dc3b8f60cffc3e4;hb=e144452bcdd5f2abbe6b6f3da41ad64f67e39def;hpb=a0cbf8298d761a3615fe3c9c444b7517b437920f diff --git a/decoders/atsha204a/pd.py b/decoders/atsha204a/pd.py index c666332..9f66c85 100644 --- a/decoders/atsha204a/pd.py +++ b/decoders/atsha204a/pd.py @@ -114,8 +114,8 @@ class Decoder(srd.Decoder): ('warning', 'Warning'), ) annotation_rows = ( - ('frame', 'Frame', (0, 1, 2, 3, 4, 5, 6)), - ('status', 'Status', (7,)), + ('frame', 'Frames', (0, 1, 2, 3, 4, 5, 6)), + ('status-vals', 'Status', (7,)), ('warnings', 'Warnings', (8,)), )