nx_emmc_bis: Implement bis write
This commit is contained in:
parent
acc11300e5
commit
25aa483bd5
3 changed files with 127 additions and 19 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 RES_WRPRT;
|
||||
return nx_emmc_bis_write(sector, count, buff);
|
||||
}
|
||||
|
||||
return RES_ERROR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue