forked from len0rd/rockbox
Increased thread stack size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1291 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f690b8cf8
commit
c36919eca3
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#define BACKLIGHT_OFF 2
|
||||
|
||||
static void backlight_thread(void);
|
||||
static char backlight_stack[0x100];
|
||||
static char backlight_stack[0x400];
|
||||
static struct event_queue backlight_queue;
|
||||
|
||||
static int backlight_timer;
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ static int countdown;
|
|||
|
||||
static int usb_state;
|
||||
|
||||
static char usb_stack[0x200];
|
||||
static char usb_stack[0x800];
|
||||
static struct event_queue usb_queue;
|
||||
static bool last_usb_status;
|
||||
static bool usb_monitor_enabled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue