We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3852f commit 472024cCopy full SHA for 472024c
components/micropython/port/src/maixpy_main.c
@@ -416,8 +416,7 @@ void mp_task(
416
// run boot-up scripts
417
mp_hal_set_interrupt_char(CHAR_CTRL_C);
418
pyexec_frozen_module("_boot.py");
419
- int ret = pyexec_file_if_exists("boot.py");
420
- ret = pyexec_file_if_exists("boot.py");
+ pyexec_file_if_exists("boot.py");
421
422
do{
423
ide_dbg_init();
0 commit comments