summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decoders/sdcard_spi/pd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/sdcard_spi/pd.py b/decoders/sdcard_spi/pd.py
index 94055ce..62661e6 100644
--- a/decoders/sdcard_spi/pd.py
+++ b/decoders/sdcard_spi/pd.py
@@ -42,8 +42,8 @@ class Decoder(srd.Decoder):
('bit-warnings', 'Bit warnings'),
)
annotation_rows = (
- ('bits', 'Bits', (134, 135)),
- ('cmd-reply', 'Commands/replies', tuple(range(134))),
+ ('bits', 'Bits', (133, 134)),
+ ('cmd-reply', 'Commands/replies', tuple(range(133))),
)
def __init__(self):