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
break;
case CTRL_SYNC:
res = RES_ERROR;
//TODO: Implement
res = RES_OK;
//No cache
//Nothing to do
break;
default:
res = RES_PARERR;