1
0
Fork 0
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:
Miika Pekkarinen 2007-03-27 17:20:41 +00:00
parent aefc939255
commit e509fe1b56

View file

@ -556,7 +556,8 @@ static void backlight_tick(void)
void backlight_init(void)
{
queue_init(&backlight_queue, true);
queue_set_irq_safe(&backlight_queue, true);
#ifdef SIMULATOR
/* do nothing */
#elif defined(__BACKLIGHT_INIT)