summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s5l8700/timer-s5l8700.c
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2009-10-11 11:35:14 +0000
committerMichael Sparmann <theseven@rockbox.org>2009-10-11 11:35:14 +0000
commitc3dc24b479ffca21ebd3cf63771c663c14128a9d (patch)
tree9d7e01f43725a851311da22ebcc73782297d95ff /firmware/target/arm/s5l8700/timer-s5l8700.c
parent9f18e1958ff0cb14fa02e61668d2cdfde14e49a9 (diff)
downloadrockbox-c3dc24b479ffca21ebd3cf63771c663c14128a9d.tar.gz
rockbox-c3dc24b479ffca21ebd3cf63771c663c14128a9d.zip
S5L870x: Fix PCLK freq
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23103 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/s5l8700/timer-s5l8700.c')
-rw-r--r--firmware/target/arm/s5l8700/timer-s5l8700.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/arm/s5l8700/timer-s5l8700.c b/firmware/target/arm/s5l8700/timer-s5l8700.c
index 9ae7e01565..7152c2f07c 100644
--- a/firmware/target/arm/s5l8700/timer-s5l8700.c
+++ b/firmware/target/arm/s5l8700/timer-s5l8700.c
@@ -31,8 +31,6 @@
31 The S5L8700 timer resolution is only 16-bit. Larger counts are done by using 31 The S5L8700 timer resolution is only 16-bit. Larger counts are done by using
32 both the clock-select and the clock prescaler to bring the count down into 32 both the clock-select and the clock prescaler to bring the count down into
33 the range of the 16-bit counter. 33 the range of the 16-bit counter.
34
35 TODO: investigate why the timer seems to count twice as fast as expected
36*/ 34*/
37 35
38void INT_TIMERC(void) 36void INT_TIMERC(void)