1
0
Fork 0
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:
Michael Sevakis 2008-05-21 08:54:02 +00:00
parent a9c20f5789
commit c78bb5a00e

View file

@ -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;