PropWare
PropWare copied to clipboard
Should be able to flush FAT filesystem, just like you can flush a file
The flush method is not exposed by FatFS
and that prevents safe writes from occurring. Expose the method as public on the FatFS
class, and probably on the Filesystem
parent too.