We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a0e5b commit b3ab18eCopy full SHA for b3ab18e
mbed/mbed_terminal.py
@@ -42,7 +42,6 @@ def __init__(self, port, baudrate=9600, echo=True, timeout=10):
42
self.serial.flush()
43
self.serial.reset_input_buffer()
44
except Exception as e:
45
- print('error')
46
self.serial = None
47
return False
48
0 commit comments