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 /stmhal/main.c | |
parent | 50f56227c651dfec18f0c72add3649ab0d678346 (diff) | |
download | micropython-40274fec9c0f8e1ce06f999927f550106b9aa5e8.tar.gz micropython-40274fec9c0f8e1ce06f999927f550106b9aa5e8.zip |
lib/pyexec: Move header pyexec.h from stmhal directory.
Diffstat (limited to 'stmhal/main.c')
-rw-r--r-- | stmhal/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/main.c b/stmhal/main.c index de52cac8fe..f6d6ada703 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -36,13 +36,13 @@ #include "py/gc.h" #include "py/mphal.h" +#include "lib/utils/pyexec.h" #include "lib/fatfs/ff.h" #include "systick.h" #include "pendsv.h" #include "gccollect.h" #include "readline.h" -#include "pyexec.h" #include "i2c.h" #include "spi.h" #include "uart.h" |