mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
Partial revert of 04c45933e
mmc_sleepnow() was accidentally removed from the imx233 sdmmc code, causing the sansa fuze+ build to fail. Change-Id: I935f7f4fe99e7353a84dc26e81d85ee55afa0de3
This commit is contained in:
parent
7518b8c309
commit
d1c3e3b08b
1 changed files with 4 additions and 0 deletions
|
|
@ -1000,6 +1000,10 @@ void mmc_enable(bool on)
|
|||
(void) on;
|
||||
}
|
||||
|
||||
void mmc_sleepnow(void)
|
||||
{
|
||||
}
|
||||
|
||||
bool mmc_disk_is_active(void)
|
||||
{
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue