mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Sansa AMS : don't use the SHAREDBSS_ATTR since we don't have a coprocessor
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21171 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1c935c08d4
commit
c8f22f5a8f
4 changed files with 4 additions and 4 deletions
|
|
@ -106,7 +106,7 @@ static long next_yield = 0;
|
|||
|
||||
static long sd_stack [(DEFAULT_STACK_SIZE*2 + 0x200)/sizeof(long)];
|
||||
static const char sd_thread_name[] = "ata/sd";
|
||||
static struct mutex sd_mtx SHAREDBSS_ATTR;
|
||||
static struct mutex sd_mtx;
|
||||
static struct event_queue sd_queue;
|
||||
#ifndef BOOTLOADER
|
||||
static bool sd_enabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue