1
0
Fork 0
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:
Amaury Pouly 2011-09-13 23:38:59 +00:00
parent 1b220f1856
commit 7ac1b9fb62

View file

@ -233,3 +233,8 @@ bool sd_removable(IF_MD(int drive))
return true;
}
long sd_last_disk_activity(void)
{
return 0;
}