mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Remove int_prio argument from timer_register, and move the only use for it into alpine_cdc plugin, since this plugin is only built on SH7034
Also remove it from TIMER_START() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21558 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b955dff268
commit
89ccd5c145
25 changed files with 42 additions and 68 deletions
|
|
@ -332,7 +332,7 @@ static void backlight_dim(int value)
|
|||
if (bl_timer_active)
|
||||
return ;
|
||||
|
||||
if (timer_register(0, backlight_release_timer, 2, 0, backlight_isr
|
||||
if (timer_register(0, backlight_release_timer, 2, backlight_isr
|
||||
IF_COP(, CPU)))
|
||||
{
|
||||
#ifdef _BACKLIGHT_FADE_BOOST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue