forked from len0rd/rockbox
More const policeing step 3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4982 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
586ec8274d
commit
2b0694c694
9 changed files with 17 additions and 15 deletions
|
|
@ -98,7 +98,7 @@ static bool poweroff = false;
|
|||
static int poweroff_timeout = 2*HZ;
|
||||
#endif
|
||||
static char ata_stack[DEFAULT_STACK_SIZE];
|
||||
static char ata_thread_name[] = "ata";
|
||||
static const char ata_thread_name[] = "ata";
|
||||
static struct event_queue ata_queue;
|
||||
static bool initialized = false;
|
||||
static bool delayed_write = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue