default to "unsafe" file write. Unable to replicate failure conditions.

This commit is contained in:
Dave Murphy 2017-02-20 06:41:42 +00:00
parent 112163e580
commit b3ed60d123

View File

@ -66,7 +66,7 @@ sdmc_devoptab =
.structSize = sizeof(sdmc_file_t),
.open_r = sdmc_open,
.close_r = sdmc_close,
.write_r = sdmc_write_safe,
.write_r = sdmc_write,
.read_r = sdmc_read,
.seek_r = sdmc_seek,
.fstat_r = sdmc_fstat,