mirror of
https://github.com/CTCaer/hekate
synced 2024-11-04 19:06:35 +00:00
bdk: ums: use emmc_end instead of sdmmc_storage_end
This commit is contained in:
parent
2218ae228f
commit
50dd458cfd
1 changed files with 1 additions and 1 deletions
|
@ -1944,7 +1944,7 @@ error:
|
|||
|
||||
exit:
|
||||
if (ums.lun.type == MMC_EMMC)
|
||||
sdmmc_storage_end(ums.lun.storage);
|
||||
emmc_end();
|
||||
|
||||
usb_ops.usbd_end(true, false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue