Skip to content
Snippets Groups Projects
Commit 43473372 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

lib/utils/stdout_helpers: Move from minimal/uart_extra.c for reuse.

parent b652ee70
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#include "py/mphal.h"
/*
* Extra UART functions
* Extra stdout functions
* These can be either optimized for a particular port, or reference
* implementation below can be used.
*/
......
......@@ -45,7 +45,7 @@ LIBS =
SRC_C = \
main.c \
uart_core.c \
uart_extra.c \
lib/utils/stdout_helpers.c \
lib/utils/printf.c \
lib/utils/pyexec.c \
lib/libc/string0.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment