1
0
Fork 0
forked from len0rd/rockbox

Further iPod 3G work from Seven Le Mesle

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8583 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-02-05 17:34:49 +00:00
parent 465596b163
commit 987879b958
10 changed files with 270 additions and 20 deletions

View file

@ -25,7 +25,7 @@
#include "system.h"
#include "panic.h"
#if (CONFIG_CPU != PP5020) || !defined(BOOTLOADER)
#if ((CONFIG_CPU != PP5020) && (CONFIG_CPU != PP5002)) || !defined(BOOTLOADER)
long current_tick = 0;
#endif
@ -344,7 +344,7 @@ void tick_start(unsigned int interval_in_ms)
IMR0 |= (1<<2);
}
#elif CONFIG_CPU == PP5020
#elif (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)
#ifndef BOOTLOADER
void TIMER1(void)