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

@@ -207,7 +207,7 @@ void ICACHE_FLASH_ATTR uart_reattach() {
// Task-based UART interface
#include "py/obj.h"
#include "stmhal/pyexec.h"
#include "lib/utils/pyexec.h"
void soft_reset(void);