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 1c896c390..4e97cbc6a 100644 --- a/teensy/Makefile +++ b/teensy/Makefile @@ -101,7 +101,6 @@ STM_SRC_C = $(addprefix stmhal/,\ printf.c \ pyexec.c \ pybstdio.c \ - string0.c \ ) STM_SRC_S = $(addprefix stmhal/,\ @@ -109,6 +108,7 @@ STM_SRC_S = $(addprefix stmhal/,\ ) LIB_SRC_C = $(addprefix lib/,\ + libc/string0.c \ mp-readline/readline.c \ ) |
