summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/pyexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/pyexec.h')
-rw-r--r--stmhal/pyexec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/pyexec.h b/stmhal/pyexec.h
index dec241deec..e360273519 100644
--- a/stmhal/pyexec.h
+++ b/stmhal/pyexec.h
@@ -35,6 +35,6 @@ extern pyexec_mode_kind_t pyexec_mode_kind;
int pyexec_raw_repl(void);
int pyexec_friendly_repl(void);
-bool pyexec_file(const char *filename);
+int pyexec_file(const char *filename);
MP_DECLARE_CONST_FUN_OBJ(pyb_set_repl_info_obj);