From fe1ce9d8426899d4c254a161955762a33e6fcf25 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 16 May 2005 15:21:09 +0000 Subject: 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 --- firmware/drivers/ata_mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/drivers') 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; 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; -- cgit v1.2.3