mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
- fix null pointer dereference in VFS when VFS implementations are added and removed in different order - vfs_fat_sdmmc, vfs_fat_spiflash: pass correct drive to mkfs (previously it would always do mkfs in the first drive) - add test case