diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-09 18:50:48 +0100 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2022-01-10 22:36:52 +0100 |
| commit | 8e79ceaa7d3995df5a5dcf0ffdbd52ebe4c52163 (patch) | |
| tree | 60424b081f4a3e37e0c87dfa764ea559f1ba0543 /src/c/timer.c | |
| parent | dbbb74c22f42df9175eaea72c1eb12d6deab332c (diff) | |
Indentation
Diffstat (limited to 'src/c/timer.c')
| -rw-r--r-- | src/c/timer.c | 6 |
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); |
