Skip to content

Commit 4347337

Browse files
committed
lib/utils/stdout_helpers: Move from minimal/uart_extra.c for reuse.
1 parent b652ee7 commit 4347337

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "py/mphal.h"
55

66
/*
7-
* Extra UART functions
7+
* Extra stdout functions
88
* These can be either optimized for a particular port, or reference
99
* implementation below can be used.
1010
*/

minimal/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LIBS =
4545
SRC_C = \
4646
main.c \
4747
uart_core.c \
48-
uart_extra.c \
48+
lib/utils/stdout_helpers.c \
4949
lib/utils/printf.c \
5050
lib/utils/pyexec.c \
5151
lib/libc/string0.c \

0 commit comments

Comments
 (0)