projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
796ed32
)
sdcard_spi: Fix duplicated 'End bit' annotation emission.
author
Uwe Hermann
<redacted>
Mon, 15 Apr 2019 18:19:19 +0000
(20:19 +0200)
committer
Uwe Hermann
<redacted>
Mon, 15 Apr 2019 18:19:19 +0000
(20:19 +0200)
decoders/sdcard_spi/pd.py
patch
|
blob
|
blame
|
history
diff --git
a/decoders/sdcard_spi/pd.py
b/decoders/sdcard_spi/pd.py
index 62661e6dede9dca0167ac608d9225b0457158a37..962438f149a46247055ec5ea155b3217aceae56a 100644
(file)
--- a/
decoders/sdcard_spi/pd.py
+++ b/
decoders/sdcard_spi/pd.py
@@
-147,7
+147,6
@@
class Decoder(srd.Decoder):
# Bits[0:0]: End bit (always 1)
bit, self.ss_bit, self.es_bit = tb(0, 0)[0], tb(0, 0)[1], tb(0, 0)[2]
- self.putb([134, ['End bit: %d' % bit]])
if bit == 1:
self.putb([134, ['End bit: %d' % bit]])
else: