diff options
Diffstat (limited to 'cc3200')
| -rw-r--r-- | cc3200/mods/modmachine.c | 1 | ||||
| -rw-r--r-- | cc3200/mptask.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/cc3200/mods/modmachine.c b/cc3200/mods/modmachine.c index 896aa9917..ed24951a6 100644 --- a/cc3200/mods/modmachine.c +++ b/cc3200/mods/modmachine.c @@ -39,7 +39,6 @@ #include "inc/hw_uart.h" #include "rom_map.h" #include "prcm.h" -#include "pyexec.h" #include "pybuart.h" #include "pybpin.h" #include "pybrtc.h" diff --git a/cc3200/mptask.c b/cc3200/mptask.c index 7346ddaf2..96a4001ad 100644 --- a/cc3200/mptask.c +++ b/cc3200/mptask.c @@ -43,7 +43,7 @@ #include "pybuart.h" #include "pybpin.h" #include "pybrtc.h" -#include "pyexec.h" +#include "lib/utils/pyexec.h" #include "gccollect.h" #include "gchelper.h" #include "readline.h" |
