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

@@ -39,7 +39,7 @@
#include "usb.h"
#endif
#include "readline.h"
#include "pyexec.h"
#include "lib/utils/pyexec.h"
#include "genhdr/mpversion.h"
pyexec_mode_kind_t pyexec_mode_kind = PYEXEC_MODE_FRIENDLY_REPL;