diff options
Diffstat (limited to 'pic16bit/main.c')
-rw-r--r-- | pic16bit/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pic16bit/main.c b/pic16bit/main.c index ad6f9e3644..b8e9b46ead 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" |