implemented disk sync()

This commit is contained in:
Mario Hüttel 2015-11-26 21:29:59 +01:00
parent c87d09cc1c
commit 17ab424dcf

View File

@ -68,8 +68,9 @@ DRESULT SDIO_disk_ioctl(BYTE cmd, void* buff){
//TODO: Implement //TODO: Implement
break; break;
case CTRL_SYNC: case CTRL_SYNC:
res = RES_ERROR; res = RES_OK;
//TODO: Implement //No cache
//Nothing to do
break; break;
default: default:
res = RES_PARERR; res = RES_PARERR;