From: Uwe Hermann Date: Sat, 14 Jan 2012 15:19:46 +0000 (+0100) Subject: srd: SPI: Fix typo. X-Git-Tag: libsigrokdecode-0.1.0~157 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=0c3089c1c49e51e588dd264abafb05efdd44d0c8;ds=sidebyside srd: SPI: Fix typo. --- 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