From e2876ee4e2ff260e616863b2c54004516743e766 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 5 Jan 2009 00:00:29 +0000 Subject: Gigabeat S: Get timer API working. metronome will work now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19676 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/timer.h b/firmware/export/timer.h index f9aa650071..258ab1767a 100644 --- a/firmware/export/timer.h +++ b/firmware/export/timer.h @@ -34,7 +34,7 @@ #elif CONFIG_CPU == PNX0101 #define TIMER_FREQ 3000000 #elif CONFIG_CPU == S3C2440 || CONFIG_CPU == DM320 || CONFIG_CPU == TCC7801 \ - || defined(CPU_TCC77X) || CONFIG_CPU == AS3525 + || defined(CPU_TCC77X) || CONFIG_CPU == AS3525 || CONFIG_CPU == IMX31L #include "timer-target.h" #elif defined(SIMULATOR) #define TIMER_FREQ 1000000 -- cgit v1.2.3