diff options
Diffstat (limited to 'ports/zephyr/main.c')
| -rw-r--r-- | ports/zephyr/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/zephyr/main.c b/ports/zephyr/main.c index 63190bd5e..f97276834 100644 --- a/ports/zephyr/main.c +++ b/ports/zephyr/main.c @@ -139,9 +139,6 @@ soft_reset: gc_init(heap, heap + sizeof(heap)); #endif mp_init(); - mp_obj_list_init(mp_sys_path, 0); - mp_obj_list_append(mp_sys_path, MP_OBJ_NEW_QSTR(MP_QSTR_)); // current dir (or base dir of the script) - mp_obj_list_init(mp_sys_argv, 0); #ifdef CONFIG_USB usb_enable(NULL); |
