mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
unix/unix_mphal: Typo fix in comment.
This commit is contained in:
@@ -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 they 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user