X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmdio%2Fpd.py;fp=decoders%2Fmdio%2Fpd.py;h=b52f58f44a04ffd6b3c4ab726ec774a5f1c200d4;hb=e144452bcdd5f2abbe6b6f3da41ad64f67e39def;hp=1d060b0b99150687ee3481ff91ec00fd895bc50b;hpb=a0cbf8298d761a3615fe3c9c444b7517b437920f;p=libsigrokdecode.git diff --git a/decoders/mdio/pd.py b/decoders/mdio/pd.py index 1d060b0..b52f58f 100644 --- a/decoders/mdio/pd.py +++ b/decoders/mdio/pd.py @@ -55,11 +55,11 @@ class Decoder(srd.Decoder): ('decode', 'Decode'), ) annotation_rows = ( - ('bit-val', 'Bit value', (0,)), - ('bit-num', 'Bit number', (1,)), - ('frame', 'Frame', (2, 3)), - ('frame-error', 'Frame error', (4,)), - ('decode', 'Decode', (5,)), + ('bit-vals', 'Bit values', (0,)), + ('bit-nums', 'Bit numbers', (1,)), + ('frames', 'Frames', (2, 3)), + ('frame-errors', 'Frame errors', (4,)), + ('decode-vals', 'Decode', (5,)), ) def __init__(self):