1 parent b652ee7 commit 4347337Copy full SHA for 4347337
2 files changed
minimal/uart_extra.c lib/utils/stdout_helpers.cminimal/uart_extra.c renamed to lib/utils/stdout_helpers.c
@@ -4,7 +4,7 @@
4
#include "py/mphal.h"
5
6
/*
7
- * Extra UART functions
+ * Extra stdout functions
8
* These can be either optimized for a particular port, or reference
9
* implementation below can be used.
10
*/
minimal/Makefile
@@ -45,7 +45,7 @@ LIBS =
45
SRC_C = \
46
main.c \
47
uart_core.c \
48
- uart_extra.c \
+ lib/utils/stdout_helpers.c \
49
lib/utils/printf.c \
50
lib/utils/pyexec.c \
51
lib/libc/string0.c \
0 commit comments