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.
2 parents 3fa701d + 1bbe51e commit 9243c7eCopy full SHA for 9243c7e
port/mpconfigport.h
@@ -330,7 +330,7 @@ typedef long mp_off_t;
330
#define MICROPY_HW_MCU_NAME "RT-Thread"
331
#define MICROPY_PY_PATH_FIRST "/libs/mpy/"
332
#define MICROPY_PY_PATH_SECOND "/scripts/"
333
-#define MICROPY_MAIN_PY_PATH "/scripts/main.py"
+#define MICROPY_MAIN_PY_PATH "/main.py"
334
335
#define MICROPY_BEGIN_ATOMIC_SECTION() rt_hw_interrupt_disable()
336
#define MICROPY_END_ATOMIC_SECTION(state) rt_hw_interrupt_enable(state)
0 commit comments