forked from len0rd/rockbox
imx233/fuze+: define sd stub
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30527 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1b220f1856
commit
7ac1b9fb62
1 changed files with 5 additions and 0 deletions
|
|
@ -233,3 +233,8 @@ bool sd_removable(IF_MD(int drive))
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
long sd_last_disk_activity(void)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue