mirror of
https://github.com/espressif/esp-idf
synced 2025-03-13 02:59:13 -04:00
FATFS does not support f_stat call for drive root. When handling stat for drive root, don't call f_stat and just return struct st with S_IFDIR flag set. Closes #984