summaryrefslogtreecommitdiff
path: root/chip/g/hwtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/hwtimer.c')
-rw-r--r--chip/g/hwtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/hwtimer.c b/chip/g/hwtimer.c
index 7dacdf75f7..974a3ff754 100644
--- a/chip/g/hwtimer.c
+++ b/chip/g/hwtimer.c
@@ -58,7 +58,7 @@ static void update_prescaler(void)
* just hard-coding it. We're also assuming the clock rate is an
* integer multiple of MHz.
*/
- clock_mul_factor = 26; /* NOTE: prototype board */
+ clock_mul_factor = 30; /* NOTE: prototype board */
clock_div_factor = 0xffffffff / clock_mul_factor;
}
DECLARE_HOOK(HOOK_FREQ_CHANGE, update_prescaler, HOOK_PRIO_DEFAULT);