summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-11-10 18:57:45 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-11-10 18:58:58 +0200
commit73ff0687f2f5331e962a4af0126097e9921db631 (patch)
tree74d585ab25bfc3097f7a4fdad22e1ae54bb2c06b /esp8266
parentb1dbbd32ebcdafd046e8d69ec29a1565f42765cb (diff)
downloadmicropython-73ff0687f2f5331e962a4af0126097e9921db631.tar.gz
micropython-73ff0687f2f5331e962a4af0126097e9921db631.zip
lib/utils/printf: Move from stmhal/ .
This file contains various MicroPython-specific helper functions, so isn't good fit for lib/libc/.
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile
index d930a25559..0162123158 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 = \