X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fsdcard_spi%2Fpd.py;h=5b34209edf69a01a9430fbe26176125e74b6d5db;hb=e144452bcdd5f2abbe6b6f3da41ad64f67e39def;hp=5bb446ad1aa25f83a9cb1256b278c144948156e6;hpb=a0cbf8298d761a3615fe3c9c444b7517b437920f;p=libsigrokdecode.git diff --git a/decoders/sdcard_spi/pd.py b/decoders/sdcard_spi/pd.py index 5bb446a..5b34209 100644 --- a/decoders/sdcard_spi/pd.py +++ b/decoders/sdcard_spi/pd.py @@ -38,12 +38,12 @@ class Decoder(srd.Decoder): ('r2', 'R2 reply'), ('r3', 'R3 reply'), ('r7', 'R7 reply'), - ('bits', 'Bits'), - ('bit-warnings', 'Bit warnings'), + ('bit', 'Bit'), + ('bit-warning', 'Bit warning'), ) annotation_rows = ( ('bits', 'Bits', (133, 134)), - ('cmd-reply', 'Commands/replies', tuple(range(133))), + ('commands-replies', 'Commands/replies', tuple(range(133))), ) def __init__(self):