summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-05-16 15:21:09 +0000
committerJens Arnold <amiconn@rockbox.org>2005-05-16 15:21:09 +0000
commitfe1ce9d8426899d4c254a161955762a33e6fcf25 (patch)
treeea37ca25bd2fce8dc67766dfe4bba1cebe3f629a /firmware/drivers
parent15d7077c3ad2b7e3bcacf61a04428784b11e418c (diff)
downloadrockbox-fe1ce9d8426899d4c254a161955762a33e6fcf25.tar.gz
rockbox-fe1ce9d8426899d4c254a161955762a33e6fcf25.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata_mmc.c b/firmware/drivers/ata_mmc.c
index aa333dba32..9c2e5817f9 100644
--- a/firmware/drivers/ata_mmc.c
+++ b/firmware/drivers/ata_mmc.c
@@ -94,7 +94,7 @@ static struct mutex mmc_mutex;
94static long mmc_stack[(DEFAULT_STACK_SIZE + 0x800)/sizeof(long)]; 94static long mmc_stack[(DEFAULT_STACK_SIZE + 0x800)/sizeof(long)];
95static const char mmc_thread_name[] = "mmc"; 95static const char mmc_thread_name[] = "mmc";
96static struct event_queue mmc_queue; 96static struct event_queue mmc_queue;
97static bool mmc_monitor_enabled = false; 97static bool mmc_monitor_enabled = true;
98#endif 98#endif
99static bool initialized = false; 99static bool initialized = false;
100static bool new_mmc_circuit; 100static bool new_mmc_circuit;