X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Ftimer.c;h=cfc7b1f557ebd99b7a793524e57d1c1063a6bef8;hb=49f2d09a180dc6e50dcc9f995fc2ba0ca3daea11;hp=701356943ee597af05c28dbd0bd40739e1060403;hpb=bd4c9a2c047db476ac34649ccf16970ad34343ce;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/timer.c b/bertos/cpu/cortex-m3/drv/timer.c index 70135694..cfc7b1f5 100644 --- a/bertos/cpu/cortex-m3/drv/timer.c +++ b/bertos/cpu/cortex-m3/drv/timer.c @@ -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(); }