summaryrefslogtreecommitdiffstatshomepage
path: root/tests/pyb/spi.py.exp
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-12-18 13:37:56 +0000
committerDamien George <damien.p.george@gmail.com>2014-12-18 13:37:56 +0000
commit6936f4626c8748c077ad2c63827d4deeb43b867d (patch)
tree4b937457bf883b9d9ec5e17d2bc78d5d0b71abe0 /tests/pyb/spi.py.exp
parentc8b0229bc7c615a636c05442e3ad590fb7cc0ec0 (diff)
downloadmicropython-6936f4626c8748c077ad2c63827d4deeb43b867d.tar.gz
micropython-6936f4626c8748c077ad2c63827d4deeb43b867d.zip
tests: Get misc/print_exception and pyb/spi working on pyboard.
Diffstat (limited to 'tests/pyb/spi.py.exp')
-rw-r--r--tests/pyb/spi.py.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyb/spi.py.exp b/tests/pyb/spi.py.exp
index 68ebbcafb6..9a557da79b 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=0, bits=8)
+SPI(1, SPI.MASTER, baudrate=328125, prescaler=256, polarity=1, phase=0, bits=8)
SPI(1, SPI.SLAVE, polarity=1, phase=1, bits=8)
b'\xff'
b'\xff'