aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/timer.c')
-rw-r--r--src/drivers/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/timer.c b/src/drivers/timer.c
index 922b385..a3b4137 100644
--- a/src/drivers/timer.c
+++ b/src/drivers/timer.c
@@ -34,6 +34,6 @@ void timer_wait(u32 ticks)
// Install timer handler into IRQ0
void timer_install()
{
- /* timer_phase(1000); */
+ timer_phase(1000);
irq_install_handler(0, timer_handler);
}