OVMS3-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 fatfs: fix duplicate unit test name 2017-06-23 14:59:21 +08:00
component.mk fatfs: add vfs support 2017-01-09 05:54:04 +08:00
Kconfig fatfs: Support for Long Filenames 2017-03-08 09:54:40 +11:00