mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
commit
28dcdf2c51
@ -1 +1 @@
|
||||
Subproject commit c2a45d7b1f6070e761fc045dd0668f8e7b63b833
|
||||
Subproject commit 7eef9883c083ae2f110ab77cdbf5f6d256487c04
|
||||
@ -521,7 +521,7 @@ soft_reset:
|
||||
if (sdcard_is_present()) {
|
||||
// Init the vfs object
|
||||
vfs_fat->blockdev.flags = 0;
|
||||
sdcard_init_vfs(vfs_fat, 1);
|
||||
sdcard_init_vfs(vfs_fat, 0);
|
||||
|
||||
// Try to mount the SD card
|
||||
FRESULT res = f_mount(&vfs_fat->fatfs);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user