summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sd-as3525v2.c
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-02-22 02:42:58 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-02-22 02:42:58 +0000
commit31eda597200bccbfa47dbe05f3f3735590c83a13 (patch)
tree05f8ca0bfb6639b7605bfb5c866a0562b1b941f3 /firmware/target/arm/as3525/sd-as3525v2.c
parent054253ab337f6ba331f1caacab650f3edeef3720 (diff)
downloadrockbox-31eda597200bccbfa47dbe05f3f3735590c83a13.tar.gz
rockbox-31eda597200bccbfa47dbe05f3f3735590c83a13.zip
as3525v2: build normal firmware properly (Clipv2/+)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24840 a1c6a512-1295-4272-9138-f99709370657
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;