nx_emmc_bis: Count clusters to flush
This commit is contained in:
parent
25aa483bd5
commit
73fce1da86
2 changed files with 6 additions and 3 deletions
|
@ -89,7 +89,7 @@ DRESULT disk_write (
|
|||
return sdmmc_storage_write(&sd_storage, sector, count, (void *)buff) ? RES_OK : RES_ERROR;
|
||||
|
||||
case DRIVE_BIS:
|
||||
return nx_emmc_bis_write(sector, count, buff);
|
||||
return nx_emmc_bis_write(sector, count, (void *)buff);
|
||||
}
|
||||
|
||||
return RES_ERROR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue