summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-10-24 23:26:41 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-10-24 23:26:41 -0700
commit00766e43a0dbe2858a9e8e30ee4d3aeb154beb2f (patch)
tree0e0133670fdd3b087aacf15a3b2ef4b1ecd133cf /lib
parent60e9b8f70a8a8bbe0a8a41bdeb868cee46b7b376 (diff)
parentf57be619fcd0b36b2a353bc2dc7815270524ff16 (diff)
Merge commit 'f57be61' into nrf2_merge
Diffstat (limited to 'lib')
-rw-r--r--lib/utils/pyexec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/pyexec.h b/lib/utils/pyexec.h
index 0632d90ae..d3411f06a 100644
--- a/lib/utils/pyexec.h
+++ b/lib/utils/pyexec.h
@@ -55,6 +55,7 @@ int pyexec_frozen_module(const char *name);
void pyexec_event_repl_init(void);
int pyexec_event_repl_process_char(int c);
extern uint8_t pyexec_repl_active;
+mp_obj_t pyb_set_repl_info(mp_obj_t o_value);
MP_DECLARE_CONST_FUN_OBJ_1(pyb_set_repl_info_obj);