diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-11-10 18:57:45 +0200 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-11-10 18:58:58 +0200 |
| commit | 73ff0687f2f5331e962a4af0126097e9921db631 (patch) | |
| tree | 74d585ab25bfc3097f7a4fdad22e1ae54bb2c06b /stmhal/Makefile | |
| parent | b1dbbd32ebcdafd046e8d69ec29a1565f42765cb (diff) | |
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 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index ab1c345af..de41d9261 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -104,6 +104,7 @@ SRC_LIB = $(addprefix lib/,\ netutils/netutils.c \ timeutils/timeutils.c \ utils/pyexec.c \ + utils/printf.c \ ) SRC_C = \ @@ -130,7 +131,6 @@ SRC_C = \ uart.c \ can.c \ usb.c \ - printf.c \ gccollect.c \ pybstdio.c \ help.c \ |
