diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-31 19:35:10 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-10-31 19:35:10 +0300 |
commit | 0ec51441de4db3fc776b1f2013005391caa910d3 (patch) | |
tree | c2212c4c0ab2898a793e9e806c41170ef4e9e2e1 /pic16bit | |
parent | 731f359292c0e2630873df1a19c5baac7287024f (diff) | |
download | micropython-0ec51441de4db3fc776b1f2013005391caa910d3.tar.gz micropython-0ec51441de4db3fc776b1f2013005391caa910d3.zip |
stmhal: pyexec.c is common module, move to lib/utils/ .
Diffstat (limited to 'pic16bit')
-rw-r--r-- | pic16bit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pic16bit/Makefile b/pic16bit/Makefile index 309b47b797..a16a26386e 100644 --- a/pic16bit/Makefile +++ b/pic16bit/Makefile @@ -41,7 +41,7 @@ SRC_C = \ modpybled.c \ modpybswitch.c \ stmhal/pybstdio.c \ - stmhal/pyexec.c \ + lib/utils/pyexec.c \ lib/mp-readline/readline.c \ SRC_S = \ |