Increase iPod Nano2G NAND stack size (fixes FS#11030)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24720 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sparmann 2010-02-17 15:49:19 +00:00
parent 7c8dbf46a8
commit 48e38b8759

View file

@ -90,7 +90,7 @@ uint8_t nand_tunk3[4];
uint32_t nand_type[4];
int nand_powered = 0;
long nand_last_activity_value = -1;
static long nand_stack[20];
static long nand_stack[32];
static struct mutex nand_mtx;
static struct wakeup nand_wakeup;