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 /lib/utils/pyexec.c | |
parent | 50f56227c651dfec18f0c72add3649ab0d678346 (diff) |
lib/pyexec: Move header pyexec.h from stmhal directory.
Diffstat (limited to 'lib/utils/pyexec.c')
-rw-r--r-- | lib/utils/pyexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/pyexec.c b/lib/utils/pyexec.c index abf74d6db..295d05943 100644 --- a/lib/utils/pyexec.c +++ b/lib/utils/pyexec.c @@ -39,7 +39,7 @@ #include "usb.h" #endif #include "readline.h" -#include "pyexec.h" +#include "lib/utils/pyexec.h" #include "genhdr/mpversion.h" pyexec_mode_kind_t pyexec_mode_kind = PYEXEC_MODE_FRIENDLY_REPL; |