Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
06f70973
Commit
06f70973
authored
Nov 02, 2015
by
Paul Sokolovsky
Browse files
unix/unix_mphal: Typo fix in comment.
parent
32b3549c
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/unix_mphal.c
View file @
06f70973
...
...
@@ -110,7 +110,7 @@ void mp_hal_stdout_tx_strn(const char *str, mp_uint_t len) {
(
void
)
ret
;
// to suppress compiler warning
}
// cooked is same as uncooked because the
y
terminal does some postprocessing
// cooked is same as uncooked because the terminal does some postprocessing
void
mp_hal_stdout_tx_strn_cooked
(
const
char
*
str
,
mp_uint_t
len
)
{
mp_hal_stdout_tx_strn
(
str
,
len
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment