Port fat_io_lib, mount atasd0mp1 as sys:
This commit is contained in:
@ -32,6 +32,8 @@ int32_t SYSCALL4(sys_vfsmount, mountpoint1, fstypestr1, devid1, format1) {
|
||||
|
||||
if (strcmp(fstypestr, "LittleFS") == 0) {
|
||||
fstype = VFS_LITTLEFS;
|
||||
} else if (strcmp(fstypestr, "FAT16") == 0) {
|
||||
fstype = VFS_FAT16;
|
||||
} else {
|
||||
ret = E_INVALIDARGUMENT;
|
||||
goto done;
|
||||
|
||||
Reference in New Issue
Block a user