summaryrefslogtreecommitdiff
path: root/firmware/export/timer.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2009-01-05 00:00:29 +0000
committerMichael Sevakis <jethead71@rockbox.org>2009-01-05 00:00:29 +0000
commite2876ee4e2ff260e616863b2c54004516743e766 (patch)
tree4abaff62e18b6a15302391c45eb60ab5174ee4dd /firmware/export/timer.h
parent6d5823f964d8cc2b030d7a713d355f3132e41c45 (diff)
downloadrockbox-e2876ee4e2ff260e616863b2c54004516743e766.zip
rockbox-e2876ee4e2ff260e616863b2c54004516743e766.tar.gz
rockbox-e2876ee4e2ff260e616863b2c54004516743e766.tar.bz2
rockbox-e2876ee4e2ff260e616863b2c54004516743e766.tar.xz
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
Diffstat (limited to 'firmware/export/timer.h')
-rw-r--r--firmware/export/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/timer.h b/firmware/export/timer.h
index f9aa650..258ab17 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