diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-05-16 15:21:09 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-05-16 15:21:09 +0000 |
| commit | fe1ce9d8426899d4c254a161955762a33e6fcf25 (patch) | |
| tree | ea37ca25bd2fce8dc67766dfe4bba1cebe3f629a /firmware/drivers | |
| parent | 15d7077c3ad2b7e3bcacf61a04428784b11e418c (diff) | |
| download | rockbox-fe1ce9d8426899d4c254a161955762a33e6fcf25.zip rockbox-fe1ce9d8426899d4c254a161955762a33e6fcf25.tar.gz rockbox-fe1ce9d8426899d4c254a161955762a33e6fcf25.tar.bz2 rockbox-fe1ce9d8426899d4c254a161955762a33e6fcf25.tar.xz | |
Hotswap: Better placement for switching the MMC monitor off/on.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6480 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
| -rw-r--r-- | firmware/drivers/ata_mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata_mmc.c b/firmware/drivers/ata_mmc.c index aa333db..9c2e581 100644 --- a/firmware/drivers/ata_mmc.c +++ b/firmware/drivers/ata_mmc.c @@ -94,7 +94,7 @@ static struct mutex mmc_mutex; static long mmc_stack[(DEFAULT_STACK_SIZE + 0x800)/sizeof(long)]; static const char mmc_thread_name[] = "mmc"; static struct event_queue mmc_queue; -static bool mmc_monitor_enabled = false; +static bool mmc_monitor_enabled = true; #endif static bool initialized = false; static bool new_mmc_circuit; |