summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s5l8700/timer-s5l8700.c
diff options
context:
space:
mode:
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)