summaryrefslogtreecommitdiffstatshomepage
path: root/zephyr
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr')
-rw-r--r--zephyr/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/main.c b/zephyr/main.c
index 445ef98f4d..d6ac56943c 100644
--- a/zephyr/main.c
+++ b/zephyr/main.c
@@ -44,6 +44,7 @@ int real_main(void) {
gc_init(heap, heap + sizeof(heap));
#endif
mp_init();
+ pyexec_frozen_module("main.py");
#if MICROPY_REPL_EVENT_DRIVEN
pyexec_event_repl_init();
for (;;) {