Skip to content

Commit 472024c

Browse files
committed
delete test code
1 parent 9d3852f commit 472024c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/micropython/port/src/maixpy_main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,7 @@ void mp_task(
416416
// run boot-up scripts
417417
mp_hal_set_interrupt_char(CHAR_CTRL_C);
418418
pyexec_frozen_module("_boot.py");
419-
int ret = pyexec_file_if_exists("boot.py");
420-
ret = pyexec_file_if_exists("boot.py");
419+
pyexec_file_if_exists("boot.py");
421420

422421
do{
423422
ide_dbg_init();

0 commit comments

Comments
 (0)