Commit 0e90d5f3 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

tools/uart-bootloader: fix indentation error...

parent 912c7a61
......@@ -376,7 +376,7 @@ def run_terminal(ser):
a = os.read(sys.stdin.fileno(), 1)
if a and ord(a) == 1:
return # exit on Ctrl-A
else:
else:
ser.send(a)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment