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
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
static void backlight_thread(void);
|
||||
static char backlight_stack[DEFAULT_STACK_SIZE];
|
||||
static char backlight_thread_name[] = "backlight";
|
||||
static const char backlight_thread_name[] = "backlight";
|
||||
static struct event_queue backlight_queue;
|
||||
|
||||
static bool charger_was_inserted = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue