Skip to content

Commit 8bfa11b

Browse files
committed
minimal: Clarify comments.
1 parent 8cee03b commit 8bfa11b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

minimal/uart_extra.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
/*
77
* Extra UART functions
8-
* These can be either optimized for a particular port, or reference,
9-
* not very optimal implementation below can be used.
8+
* These can be either optimized for a particular port, or reference
9+
* implementation below can be used.
1010
*/
1111

12-
// Send "cooked" string of length, where every occurance of
12+
// Send "cooked" string of given length, where every occurance of
1313
// LF character is replaced with CR LF.
1414
void mp_hal_stdout_tx_strn_cooked(const char *str, mp_uint_t len) {
1515
while (len--) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy