diff options
Diffstat (limited to 'teensy/Makefile')
| -rw-r--r-- | teensy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/Makefile b/teensy/Makefile index b458485ce..c18263180 100644 --- a/teensy/Makefile +++ b/teensy/Makefile @@ -98,7 +98,6 @@ STM_SRC_C = $(addprefix stmhal/,\ irq.c \ pin.c \ pin_named_pins.c \ - printf.c \ pybstdio.c \ ) @@ -110,6 +109,7 @@ LIB_SRC_C = $(addprefix lib/,\ libc/string0.c \ mp-readline/readline.c \ utils/pyexec.c \ + utils/printf.c \ ) SRC_TEENSY = $(addprefix core/,\ |
