diff options
Diffstat (limited to 'tests/pyb/spi.py.exp')
-rw-r--r-- | tests/pyb/spi.py.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pyb/spi.py.exp b/tests/pyb/spi.py.exp index 9a87b351b8..a0d835700f 100644 --- a/tests/pyb/spi.py.exp +++ b/tests/pyb/spi.py.exp @@ -9,5 +9,6 @@ ValueError Z SPI(1) SPI(1, SPI.MASTER, baudrate=328125, prescaler=256, polarity=1, phase=0, bits=8) SPI(1, SPI.SLAVE, polarity=1, phase=1, bits=8) +OSError b'\xff' b'\xff' |