lib/pyexec: Move header pyexec.h from stmhal directory.

This commit is contained in:
Damien George
2015-11-09 13:13:09 +00:00
parent 50f56227c6
commit 40274fec9c
13 changed files with 15 additions and 12 deletions

View File

@@ -35,7 +35,7 @@
#include "py/frozenmod.h"
#include "py/mphal.h"
#include "py/gc.h"
#include "pyexec.h"
#include "lib/utils/pyexec.h"
#include "gccollect.h"
#include "user_interface.h"