forked from len0rd/rockbox
Get rid of build warnings of x5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10963 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a3d686f961
commit
a659571d51
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ static long backlight_stack[DEFAULT_STACK_SIZE/sizeof(long)];
|
||||||
#ifdef X5_BACKLIGHT_SHUTDOWN
|
#ifdef X5_BACKLIGHT_SHUTDOWN
|
||||||
#define BACKLIGHT_QUIT 256
|
#define BACKLIGHT_QUIT 256
|
||||||
/* Need to save this for x5 shutdown */
|
/* Need to save this for x5 shutdown */
|
||||||
static int backlight_thread_id;
|
struct thread_entry* backlight_thread_id;
|
||||||
#endif
|
#endif
|
||||||
static const char backlight_thread_name[] = "backlight";
|
static const char backlight_thread_name[] = "backlight";
|
||||||
static struct event_queue backlight_queue;
|
static struct event_queue backlight_queue;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue