lm3s1968: try to evaluate the correct SYSDIV value depending on the desired CPU frequ...
[bertos.git] / bertos / cpu / cortex-m3 / drv / timer.c
index 701356943ee597af05c28dbd0bd40739e1060403..cfc7b1f557ebd99b7a793524e57d1c1063a6bef8 100644 (file)
@@ -68,7 +68,7 @@ static void timer_hw_disable(void)
 
 void timer_hw_init(void)
 {
-       timer_hw_setPeriod(100000);
+       timer_hw_setPeriod(1000000);
        sysirq_setHandler(FAULT_SYSTICK, timer_hw_handler);
        timer_hw_enable();
 }