esp-idf/components/fatfs
Ivan Grokhotkov 104204ce56 fatfs: use correct return types in ioctl calls
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.
2017-10-10 12:02:32 +08:00
..
src fatfs: use correct return types in ioctl calls 2017-10-10 12:02:32 +08:00
test
Kconfig
component.mk