From f14b92b9e13c9cb9f54a1d740dbea1eeedeccb5b Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Wed, 12 Mar 2014 18:06:26 -0700 Subject: REPl working on UART6 with STMHAL --- stmhal/pyexec.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stmhal/pyexec.h (limited to 'stmhal/pyexec.h') diff --git a/stmhal/pyexec.h b/stmhal/pyexec.h new file mode 100644 index 000000000..cad15af6f --- /dev/null +++ b/stmhal/pyexec.h @@ -0,0 +1,5 @@ +void pyexec_raw_repl(void); +void pyexec_repl(void); +bool pyexec_file(const char *filename); + +MP_DECLARE_CONST_FUN_OBJ(pyb_set_repl_info_obj); -- cgit v1.2.3