diff options
Diffstat (limited to 'tests/pyb/spi.py.exp')
-rw-r--r-- | tests/pyb/spi.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyb/spi.py.exp b/tests/pyb/spi.py.exp index 030dfe1b34..68ebbcafb6 100644 --- a/tests/pyb/spi.py.exp +++ b/tests/pyb/spi.py.exp @@ -1,5 +1,5 @@ SPI(1) -SPI(1, SPI.MASTER, baudrate=328125, polarity=1, phase=1, bits=8) +SPI(1, SPI.MASTER, baudrate=328125, polarity=1, phase=0, bits=8) SPI(1, SPI.SLAVE, polarity=1, phase=1, bits=8) b'\xff' b'\xff' |