summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sd-as3525v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sd-as3525v2.c')
-rw-r--r--firmware/target/arm/as3525/sd-as3525v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c
index 338a6d669f..eef368cfc6 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -191,7 +191,7 @@ static const char sd_thread_name[] = "ata/sd";
191static struct mutex sd_mtx SHAREDBSS_ATTR; 191static struct mutex sd_mtx SHAREDBSS_ATTR;
192static struct event_queue sd_queue; 192static struct event_queue sd_queue;
193#ifndef BOOTLOADER 193#ifndef BOOTLOADER
194static bool sd_enabled = false; 194bool sd_enabled = false;
195#endif 195#endif
196 196
197static struct wakeup transfer_completion_signal; 197static struct wakeup transfer_completion_signal;