summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
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 260418c694..b528bdb1e3 100644
--- a/firmware/drivers/ata_mmc.c
+++ b/firmware/drivers/ata_mmc.c
@@ -91,7 +91,7 @@ long last_disk_activity = -1;
91static struct mutex mmc_mutex; 91static struct mutex mmc_mutex;
92 92
93#ifdef HAVE_HOTSWAP 93#ifdef HAVE_HOTSWAP
94static char mmc_stack[DEFAULT_STACK_SIZE]; 94static long mmc_stack[DEFAULT_STACK_SIZE/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;
97#endif 97#endif