summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata_mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata_mmc.c')
-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;