1
0
Fork 0
forked from len0rd/rockbox

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:
Daniel Stenberg 2006-08-02 09:46:51 +00:00
parent dc22c6cab6
commit 6a8aebbce7

View file

@ -344,7 +344,7 @@ void tick_start(unsigned int interval_in_ms)
IMR0 |= (1<<2); IMR0 |= (1<<2);
} }
#elif (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020) || (CONFIG_CPU==PP5024) #elif defined(CPU_PP)
#ifndef BOOTLOADER #ifndef BOOTLOADER
void TIMER1(void) void TIMER1(void)