esp-idf/components/fatfs/vfs
hörbert ed2a21e1c7
Don't return a hard coded errno in vfs_fat_access
Why should the return value of vfs_fat_access be hard coded as ENOENT?
This hides errors like FR_DISK_ERR of the lower layers.
2021-12-08 11:43:18 +01:00
..
esp_vfs_fat.h
vfs_fat.c Don't return a hard coded errno in vfs_fat_access 2021-12-08 11:43:18 +01:00
vfs_fat_internal.h
vfs_fat_sdmmc.c
vfs_fat_spiflash.c