1
0
Fork 0
forked from len0rd/rockbox

Hotswap code shuffling: Fix yellow. Simplify some target function access. Keep fat lock access from compiling for Ondios - think of a nicer way later.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16637 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-03-12 11:08:41 +00:00
parent 06a5299aff
commit e37044ff1d
6 changed files with 12 additions and 22 deletions

View file

@ -104,7 +104,7 @@ int disk_mount_all(void)
int mounted;
int i;
#if defined(HAVE_MMC) || defined(HAVE_HOTSWAP)
#ifdef HAVE_HOTSWAP
card_enable_monitoring(false);
#endif