From 987879b958f87a9af7ef9edcf6ae417fe56db788 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 5 Feb 2006 17:34:49 +0000 Subject: Further iPod 3G work from Seven Le Mesle git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8583 a1c6a512-1295-4272-9138-f99709370657 --- firmware/kernel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/kernel.c') diff --git a/firmware/kernel.c b/firmware/kernel.c index 85dca37b84..c5edacabec 100644 --- a/firmware/kernel.c +++ b/firmware/kernel.c @@ -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) -- cgit v1.2.3