1 parent 7e3b21e commit aa7828fCopy full SHA for aa7828f
1 file changed
zephyr/main.c
@@ -44,6 +44,7 @@ int real_main(void) {
44
gc_init(heap, heap + sizeof(heap));
45
#endif
46
mp_init();
47
+ pyexec_frozen_module("main.py");
48
#if MICROPY_REPL_EVENT_DRIVEN
49
pyexec_event_repl_init();
50
for (;;) {
0 commit comments