1
0
Fork 0
forked from len0rd/rockbox

Increased the scroll thread stack

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1327 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-07-04 07:01:55 +00:00
parent 2811ba6ccd
commit 93ce7d0bee

View file

@ -112,7 +112,7 @@ struct scrollinfo {
};
static void scroll_thread(void);
static char scroll_stack[0x100];
static char scroll_stack[0x800];
static char scroll_speed = 8; /* updates per second */
static char scroll_spacing = 3; /* spaces between end and start of text */