diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-08 16:40:08 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-08 16:40:08 +0000 |
commit | c3d35c6ac7348e8dc9072bb67b2c62294764fe00 (patch) | |
tree | f7eed83b56bb6814bd78b3c1b8fddb7df3b74ad2 /stm/pyexec.h | |
parent | 01d50d0d586a0e2630613120336faf75277d22d6 (diff) |
stm: Put pyb module in ROM.
Diffstat (limited to 'stm/pyexec.h')
-rw-r--r-- | stm/pyexec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/pyexec.h b/stm/pyexec.h index 3d28ec5ce..cad15af6f 100644 --- a/stm/pyexec.h +++ b/stm/pyexec.h @@ -2,4 +2,4 @@ void pyexec_raw_repl(void); void pyexec_repl(void); bool pyexec_file(const char *filename); -mp_obj_t pyb_set_repl_info(mp_obj_t o_value); +MP_DECLARE_CONST_FUN_OBJ(pyb_set_repl_info_obj); |