forked from len0rd/rockbox
Committed a forgotten file, hopefully fixed the PP crashes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12939 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aefc939255
commit
e509fe1b56
1 changed files with 2 additions and 1 deletions
|
@ -556,7 +556,8 @@ static void backlight_tick(void)
|
||||||
void backlight_init(void)
|
void backlight_init(void)
|
||||||
{
|
{
|
||||||
queue_init(&backlight_queue, true);
|
queue_init(&backlight_queue, true);
|
||||||
|
queue_set_irq_safe(&backlight_queue, true);
|
||||||
|
|
||||||
#ifdef SIMULATOR
|
#ifdef SIMULATOR
|
||||||
/* do nothing */
|
/* do nothing */
|
||||||
#elif defined(__BACKLIGHT_INIT)
|
#elif defined(__BACKLIGHT_INIT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue