diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/pyb/led.py.exp | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/tests/pyb/led.py.exp b/tests/pyb/led.py.exp index b52870669..4e8d856cd 100644 --- a/tests/pyb/led.py.exp +++ b/tests/pyb/led.py.exp @@ -1,4 +1,4 @@ -<LED 1> -<LED 2> -<LED 3> -<LED 4> +LED(1) +LED(2) +LED(3) +LED(4) | 
