projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
238b408
)
srd: SPI: Fix typo.
author
Uwe Hermann
<redacted>
Sat, 14 Jan 2012 15:19:46 +0000
(16:19 +0100)
committer
Uwe Hermann
<redacted>
Sat, 14 Jan 2012 15:19:46 +0000
(16:19 +0100)
decoders/spi.py
patch
|
blob
|
blame
|
history
diff --git
a/decoders/spi.py
b/decoders/spi.py
index 2f692f08f28c40ffce6ceed0ed0f1e59b7d0554a..7e64fcf8ffd87b43d3f41617fb974a6b1c9969a8 100644
(file)
--- a/
decoders/spi.py
+++ b/
decoders/spi.py
@@
-35,7
+35,7
@@
CPHA_1 = 1 # Data is valid on the falling clock edge
# Bit order options
MSB_FIRST = 0
-LSB_FIRST =
0
+LSB_FIRST =
1
# Annotation formats
ANN_HEX = 0