aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/irq.c b/src/cpu/irq.c
index 65300af..4947844 100644
--- a/src/cpu/irq.c
+++ b/src/cpu/irq.c
@@ -63,7 +63,7 @@ void c_irq_handler(void)
add_thread(test_entry, 0, 2);
timer_lock = 0;
}
- *nexttime = *timer_chi + 30000000;
+ *nexttime = *timer_chi + 8000000;
*timer_cs = SYS_TIMER_SC_M0;
}
}