forked from len0rd/rockbox
Oops. Forgot to put the pmic thread stack size back to normal.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17594 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a9c20f5789
commit
c78bb5a00e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ static struct spi_node mc13783_spi =
|
||||||
|
|
||||||
extern const struct mc13783_event_list mc13783_event_list;
|
extern const struct mc13783_event_list mc13783_event_list;
|
||||||
|
|
||||||
static int mc13783_thread_stack[3*DEFAULT_STACK_SIZE/sizeof(int)];
|
static int mc13783_thread_stack[DEFAULT_STACK_SIZE/sizeof(int)];
|
||||||
static const char *mc13783_thread_name = "pmic";
|
static const char *mc13783_thread_name = "pmic";
|
||||||
static struct wakeup mc13783_wake;
|
static struct wakeup mc13783_wake;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue