Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
odudex committed Oct 21, 2024
2 parents bbfe983 + 7fc2abe commit a532be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/micropython/port/src/maixpy_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ STATIC bool init_sdcard_fs(void)
}
if (first_part)
{
// use SD card as current directory
MP_STATE_PORT(vfs_cur) = vfs;
// mount does NOT imply chdir (to avoid importing modules from untrusted sdcard)
// MP_STATE_PORT(vfs_cur) = vfs;
first_part = false;
break;
}
Expand Down

0 comments on commit a532be9

Please sign in to comment.