forked from len0rd/rockbox
Aligned thread stack
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5805 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
04978b9a88
commit
f67bd4f2c8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const char backlight_timeout_value[19] =
|
||||||
#define BACKLIGHT_OFF 2
|
#define BACKLIGHT_OFF 2
|
||||||
|
|
||||||
static void backlight_thread(void);
|
static void backlight_thread(void);
|
||||||
static char backlight_stack[DEFAULT_STACK_SIZE];
|
static long backlight_stack[DEFAULT_STACK_SIZE/sizeof(long)];
|
||||||
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