From 40274fec9c0f8e1ce06f999927f550106b9aa5e8 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 9 Nov 2015 13:13:09 +0000 Subject: lib/pyexec: Move header pyexec.h from stmhal directory. --- pic16bit/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pic16bit') diff --git a/pic16bit/main.c b/pic16bit/main.c index ad6f9e364..b8e9b46ea 100644 --- a/pic16bit/main.c +++ b/pic16bit/main.c @@ -33,7 +33,7 @@ #include "py/runtime.h" #include "py/gc.h" #include "py/mphal.h" -#include "pyexec.h" +#include "lib/utils/pyexec.h" #include "readline.h" #include "board.h" #include "modpyb.h" -- cgit v1.2.3