forked from len0rd/rockbox
Fix them all.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cabfbb3556
commit
b7c87ac5a3
3 changed files with 5 additions and 5 deletions
|
@ -610,7 +610,7 @@ void lcd_init (void)
|
|||
lcd_set_contrast(lcd_default_contrast());
|
||||
|
||||
create_thread(scroll_thread, scroll_stack,
|
||||
sizeof(scroll_stack), scroll_name IF_PRIO(, PRIORITY_SYSTEM));
|
||||
sizeof(scroll_stack), scroll_name IF_PRIO(, PRIORITY_USER_INTERFACE));
|
||||
}
|
||||
|
||||
void lcd_jump_scroll (int mode) /* 0=off, 1=once, ..., JUMP_SCROLL_ALWAYS */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue