mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
7c8dbf46a8
commit
48e38b8759
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue