better check for portalplayer targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10407 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dc22c6cab6
commit
6a8aebbce7
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ void tick_start(unsigned int interval_in_ms)
|
|||
IMR0 |= (1<<2);
|
||||
}
|
||||
|
||||
#elif (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020) || (CONFIG_CPU==PP5024)
|
||||
#elif defined(CPU_PP)
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
void TIMER1(void)
|
||||
|
|
Loading…
Reference in a new issue