Files
esp-idf/components/fatfs/src
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
..
2017-03-08 09:54:40 +11:00
2017-01-09 04:51:24 +08:00
2017-01-09 04:51:24 +08:00
2017-02-01 17:55:25 +02:00
2017-01-09 04:51:24 +08:00
2017-09-11 19:56:40 +03:00