summaryrefslogtreecommitdiffstatshomepage
path: root/tests/pyb/spi.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pyb/spi.py.exp')
-rw-r--r--tests/pyb/spi.py.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pyb/spi.py.exp b/tests/pyb/spi.py.exp
index 473c173a58..661bace900 100644
--- a/tests/pyb/spi.py.exp
+++ b/tests/pyb/spi.py.exp
@@ -3,8 +3,8 @@ ValueError 0
SPI 1
SPI 2
SPI(1)
-SPI(1, SPI.MASTER, baudrate= , polarity=1, phase=0, bits=8)
-SPI(1, SPI.SLAVE, polarity=1, phase=1, bits=8)
+SPI(1, SPI.CONTROLLER, baudrate= , polarity=1, phase=0, bits=8)
+SPI(1, SPI.PERIPHERAL, polarity=1, phase=1, bits=8)
OSError
b'\xff'
b'\xff'