From 0c3089c1c49e51e588dd264abafb05efdd44d0c8 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 14 Jan 2012 16:19:46 +0100 Subject: [PATCH] srd: SPI: Fix typo. --- decoders/spi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoders/spi.py b/decoders/spi.py index 2f692f0..7e64fcf 100644 --- 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 -- 2.30.2