summaryrefslogtreecommitdiff
path: root/esp8266
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/esp8266/main.c b/esp8266/main.c
index 160d8e415..7f76a8910 100644
--- a/esp8266/main.c
+++ b/esp8266/main.c
@@ -65,8 +65,8 @@ STATIC void mp_reset(void) {
dupterm_task_init();
#if MICROPY_MODULE_FROZEN
pyexec_frozen_module("_boot.py");
- pyexec_file("boot.py");
- pyexec_file("main.py");
+ pyexec_file("boot.py", NULL);
+ pyexec_file("main.py", NULL);
#endif
}