summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/kernel-as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/kernel-as3525.c')
-rw-r--r--firmware/target/arm/as3525/kernel-as3525.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/as3525/kernel-as3525.c b/firmware/target/arm/as3525/kernel-as3525.c
index fd3b219e64..0f907f61e3 100644
--- a/firmware/target/arm/as3525/kernel-as3525.c
+++ b/firmware/target/arm/as3525/kernel-as3525.c
@@ -57,11 +57,6 @@ void tick_start(unsigned int interval_in_ms)
57 int prescale = 1; 57 int prescale = 1;
58 int cycles = TIMER_FREQ / 1000 * interval_in_ms; 58 int cycles = TIMER_FREQ / 1000 * interval_in_ms;
59 59
60#ifdef HAVE_SCROLLWHEEL
61 /* let the timer interrupt twice as often for the scrollwheel polling */
62 cycles >>= 1;
63#endif
64
65 while(cycles > 0x10000) 60 while(cycles > 0x10000)
66 { 61 {
67 phi++; 62 phi++;