8000 nrf5: Initialize repl_display_debugging_info in pyexec.c for cortex-m… · pcurry/circuitpython@c300e3f · GitHub
[go: up one dir, main page]

Skip to content

Commit c300e3f

Browse files
committed
nrf5: Initialize repl_display_debugging_info in pyexec.c for cortex-m0 targets.
1 parent 159202a commit c300e3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nrf5/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ int main(int argc, char **argv) {
9898
mp_obj_list_append(mp_sys_path, MP_OBJ_NEW_QSTR(MP_QSTR_)); // current dir (or base dir of the script)
9999
mp_obj_list_init(mp_sys_argv, 0);
100100

101+
pyb_set_repl_info(MP_OBJ_NEW_SMALL_INT(0));
102+
101103
readline_init0();
102104

103105
pin_init0();

0 commit comments

Comments
 (0)
0