From 7a6dbaa89b9768d5e4a51ea63d55e18e72614dd7 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 11 Apr 2015 21:50:53 +0100 Subject: stmhal: Make LED object print LED(x) for consistency with constructor. --- tests/pyb/led.py.exp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') 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) -- cgit v1.2.3