summaryrefslogtreecommitdiffstatshomepage
path: root/tests/pyb/uart.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pyb/uart.py')
-rw-r--r--tests/pyb/uart.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pyb/uart.py b/tests/pyb/uart.py
index 288022fea4..c83d18349e 100644
--- a/tests/pyb/uart.py
+++ b/tests/pyb/uart.py
@@ -12,3 +12,6 @@ print(uart.any())
print(uart.write('123'))
print(uart.write(b'abcd'))
print(uart.writechar(1))
+
+# make sure this method exists
+uart.sendbreak()