mbed-os/features/filesystem/fat
Christopher Haster d7fe4ff599 fatfs: Fixed initialization of block device in mount/unmount functions
At some point the "mount" parameter for "f_mount" was name "force". This
led to a bit of confusion that ended with the default mount function
never calling block device init.

This is fine, since the block device can be manually initialized, but
a better user experience is where the filesystem initializes the block
device for the user.

This is backwards compatible due to the repeatability of the block
device init functions.
2017-06-14 16:35:15 -05:00
..
ChaN FAT: Added support for block sizes of 512-4096 bytes 2017-06-03 07:10:48 +01:00
FATFileSystem.cpp fatfs: Fixed initialization of block device in mount/unmount functions 2017-06-14 16:35:15 -05:00
FATFileSystem.h fatfs: Fixed initialization of block device in mount/unmount functions 2017-06-14 16:35:15 -05:00