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

pull/2254/merge
Paul Sokolovsky 2016-07-22 19:56:27 +03:00
rodzic b652ee705b
commit 43473372e6
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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.
*/

Wyświetl plik

@ -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 \