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:
parent
06a5299aff
commit
e37044ff1d
6 changed files with 12 additions and 22 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue