summaryrefslogtreecommitdiff
path: root/src/c/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/timer.c')
-rw-r--r--src/c/timer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/c/timer.c b/src/c/timer.c
index 0b4ddaa..390e512 100644
--- a/src/c/timer.c
+++ b/src/c/timer.c
@@ -14,9 +14,9 @@ void timer_handler()
tick++;
if(tick==TICKS_PER_SECOND)
{
- //printf("%d seconds passed\n",time);
- tick=0;
- time++;
+ //printf("%d seconds passed\n",time);
+ tick=0;
+ time++;
}
ioport_out(0x20, 0x20);