We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cee03b commit 8bfa11bCopy full SHA for 8bfa11b
minimal/uart_extra.c
@@ -5,11 +5,11 @@
5
6
/*
7
* Extra UART functions
8
- * These can be either optimized for a particular port, or reference,
9
- * not very optimal implementation below can be used.
+ * These can be either optimized for a particular port, or reference
+ * implementation below can be used.
10
*/
11
12
-// Send "cooked" string of length, where every occurance of
+// Send "cooked" string of given length, where every occurance of
13
// LF character is replaced with CR LF.
14
void mp_hal_stdout_tx_strn_cooked(const char *str, mp_uint_t len) {
15
while (len--) {
0 commit comments