Skip to content

Commit

Permalink
delete test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jul 19, 2019
1 parent 9d3852f commit 472024c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/micropython/port/src/maixpy_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ void mp_task(
// run boot-up scripts
mp_hal_set_interrupt_char(CHAR_CTRL_C);
pyexec_frozen_module("_boot.py");
int ret = pyexec_file_if_exists("boot.py");
ret = pyexec_file_if_exists("boot.py");
pyexec_file_if_exists("boot.py");

do{
ide_dbg_init();
Expand Down

0 comments on commit 472024c

Please sign in to comment.