diff options
| author | Damien George | 2015-11-09 13:13:09 +0000 |
|---|---|---|
| committer | Damien George | 2015-11-09 13:13:09 +0000 |
| commit | 40274fec9c0f8e1ce06f999927f550106b9aa5e8 (patch) | |
| tree | e844a4ee49957ccb0a8f2f1585826c55201ed3e8 /stmhal/modpyb.c | |
| parent | 50f56227c651dfec18f0c72add3649ab0d678346 (diff) | |
lib/pyexec: Move header pyexec.h from stmhal directory.
Diffstat (limited to 'stmhal/modpyb.c')
| -rw-r--r-- | stmhal/modpyb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/modpyb.c b/stmhal/modpyb.c index b7df53f67..e8dcd57a0 100644 --- a/stmhal/modpyb.c +++ b/stmhal/modpyb.c @@ -33,12 +33,12 @@ #include "py/nlr.h" #include "py/obj.h" #include "py/gc.h" +#include "lib/utils/pyexec.h" #include "lib/fatfs/ff.h" #include "lib/fatfs/diskio.h" #include "gccollect.h" #include "irq.h" #include "systick.h" -#include "pyexec.h" #include "led.h" #include "pin.h" #include "timer.h" |
