From d3bb3e38df3fcb2b980d37e06fde7eac9e689f6a Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 6 Feb 2017 13:48:01 +1100 Subject: tests/pyb: Adjust tests so they can run on PYB and PYBLITE. A few tests still fail on PYBLITE, and that's due to differences in the available peripheral block numbers on the different MCUs (eg I2C(2) exists on one, but it's I2C(3) on the other). --- tests/pyb/pyb1.py.exp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/pyb/pyb1.py.exp') diff --git a/tests/pyb/pyb1.py.exp b/tests/pyb/pyb1.py.exp index 84034d683..5816ea967 100644 --- a/tests/pyb/pyb1.py.exp +++ b/tests/pyb/pyb1.py.exp @@ -1,5 +1,4 @@ 3 3 -(168000000, 168000000, 42000000, 84000000) True 12 -- cgit v1.2.3