remove unneeded flag

This commit is contained in:
Dave Murphy 2015-02-02 00:58:13 +00:00
parent ef7a8748e6
commit 1e06c677b6

View File

@ -66,8 +66,7 @@ static const devoptab_t dotab_fat = {
NULL, /* Device data */
NULL, // chmod_r
NULL, // fchmod_r
NULL, // rmdir_r
true // stdioUnbuffered;
NULL // rmdir_r
};
bool fatMount (const char* name, const DISC_INTERFACE* interface, sec_t startSector, uint32_t cacheSize, uint32_t SectorsPerPage) {