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
8bfa11b1
Commit
8bfa11b1
authored
Nov 07, 2015
by
Paul Sokolovsky
Browse files
minimal: Clarify comments.
parent
8cee03b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
minimal/uart_extra.c
View file @
8bfa11b1
...
...
@@ -5,11 +5,11 @@
/*
* Extra UART functions
* These can be either optimized for a particular port, or reference
,
*
not very optimal
implementation below can be used.
* These can be either optimized for a particular port, or reference
* implementation below can be used.
*/
// Send "cooked" string of length, where every occurance of
// Send "cooked" string of
given
length, where every occurance of
// LF character is replaced with CR LF.
void
mp_hal_stdout_tx_strn_cooked
(
const
char
*
str
,
mp_uint_t
len
)
{
while
(
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