]> sigrok.org Git - libsigrokdecode.git/commitdiff
srd: SPI: Fix typo.
authorUwe Hermann <redacted>
Sat, 14 Jan 2012 15:19:46 +0000 (16:19 +0100)
committerUwe Hermann <redacted>
Sat, 14 Jan 2012 15:19:46 +0000 (16:19 +0100)
decoders/spi.py

index 2f692f08f28c40ffce6ceed0ed0f1e59b7d0554a..7e64fcf8ffd87b43d3f41617fb974a6b1c9969a8 100644 (file)
@@ -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