mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04:00
GET_SECTOR_SIZE should return WORD (unsigned short) but returned uint32_t. Reference: http://elm-chan.org/fsw/ff/doc/dioctl.html Closes https://github.com/espressif/esp-idf/pull/1031.