Skip to content
Snippets Groups Projects
Commit cdac270e authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Typo in comment fixed.

parent 4e8b9364
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ while x.loop(): ...@@ -23,7 +23,7 @@ while x.loop():
# Exit once the user hits Ctrl-]. # Exit once the user hits Ctrl-].
break break
elif x.re(user, "(?s)."): elif x.re(user, "(?s)."):
# Anything else is sent to the seiral port. # Anything else is sent to the serial port.
port.send(user.consumed) port.send(user.consumed)
elif x.re(port, "(?s)..*"): elif x.re(port, "(?s)..*"):
# Anything that arrives from the serial port is sent to the # Anything that arrives from the serial port is sent to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment