diff options
| author | Paul Sokolovsky | 2015-04-05 21:44:20 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-04-05 21:57:55 +0300 |
| commit | 3a84c8b58d7c87785bf1ae48eb41c91ecde9fc1c (patch) | |
| tree | 62129d5f488f0680cb6a165a4006c391da18195e /minimal | |
| parent | e5c4362a98cf31d909476d9f06825228f05a2c82 (diff) | |
string0.c: Move from stmhal/ to lib/.
Diffstat (limited to 'minimal')
| -rw-r--r-- | minimal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minimal/Makefile b/minimal/Makefile index 592911516..09adfd4fd 100644 --- a/minimal/Makefile +++ b/minimal/Makefile @@ -45,8 +45,8 @@ SRC_C = \ uart_core.c \ uart_extra.c \ stmhal/printf.c \ - stmhal/string0.c \ stmhal/pyexec.c \ + lib/libc/string0.c \ lib/mp-readline/readline.c \ SRC_S = \ |
