1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-20 09:09:02 +00:00

chore(core): remove unused path definitions from MicroPython emulator

[no changelog]
This commit is contained in:
Roman Zeyde 2025-04-14 22:42:05 +03:00
parent c2dd63a6bd
commit 2975a07f1f

View File

@ -568,7 +568,7 @@ MP_NOINLINE int main_(int argc, char **argv) {
#ifdef MICROPY_PY_SYS_PATH_DEFAULT
path = MICROPY_PY_SYS_PATH_DEFAULT;
#else
path = ".frozen:~/.micropython/lib:/usr/lib/micropython";
path = ".frozen";
#endif
}
size_t path_num = 1; // [0] is for current dir (or base dir of the script)