diff options
author | Damien George <damien.p.george@gmail.com> | 2015-11-09 13:13:09 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-11-09 13:13:09 +0000 |
commit | 40274fec9c0f8e1ce06f999927f550106b9aa5e8 (patch) | |
tree | e844a4ee49957ccb0a8f2f1585826c55201ed3e8 /pic16bit/main.c | |
parent | 50f56227c651dfec18f0c72add3649ab0d678346 (diff) |
lib/pyexec: Move header pyexec.h from stmhal directory.
Diffstat (limited to 'pic16bit/main.c')
-rw-r--r-- | pic16bit/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pic16bit/main.c b/pic16bit/main.c index ad6f9e364..b8e9b46ea 100644 --- a/pic16bit/main.c +++ b/pic16bit/main.c @@ -33,7 +33,7 @@ #include "py/runtime.h" #include "py/gc.h" #include "py/mphal.h" -#include "pyexec.h" +#include "lib/utils/pyexec.h" #include "readline.h" #include "board.h" #include "modpyb.h" |