From 73ff0687f2f5331e962a4af0126097e9921db631 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 10 Nov 2015 18:57:45 +0200 Subject: lib/utils/printf: Move from stmhal/ . This file contains various MicroPython-specific helper functions, so isn't good fit for lib/libc/. --- esp8266/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'esp8266') diff --git a/esp8266/Makefile b/esp8266/Makefile index d930a2555..016212315 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -67,7 +67,6 @@ SRC_C = \ $(BUILD)/frozen.c \ STM_SRC_C = $(addprefix stmhal/,\ - printf.c \ pybstdio.c \ ) @@ -77,6 +76,7 @@ LIB_SRC_C = $(addprefix lib/,\ netutils/netutils.c \ timeutils/timeutils.c \ utils/pyexec.c \ + utils/printf.c \ ) SRC_S = \ -- cgit v1.2.3