aboutsummaryrefslogtreecommitdiff
path: root/cc3200
diff options
context:
space:
mode:
authorDamien George2015-11-09 13:13:09 +0000
committerDamien George2015-11-09 13:13:09 +0000
commit40274fec9c0f8e1ce06f999927f550106b9aa5e8 (patch)
treee844a4ee49957ccb0a8f2f1585826c55201ed3e8 /cc3200
parent50f56227c651dfec18f0c72add3649ab0d678346 (diff)
lib/pyexec: Move header pyexec.h from stmhal directory.
Diffstat (limited to 'cc3200')
-rw-r--r--cc3200/mods/modmachine.c1
-rw-r--r--cc3200/mptask.c2
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"