From e144452bcdd5f2abbe6b6f3da41ad64f67e39def Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 30 Dec 2019 18:33:32 +0100 Subject: All PDs: Consistently use singular/plural for annotation classes/rows. --- decoders/sdcard_spi/pd.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'decoders/sdcard_spi') 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): -- cgit v1.2.3-70-g09d2