From 9a29d452d03a63f39a80c0640b7747d8508568e2 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 28 Sep 2018 00:29:02 +0200 Subject: moved mouse and kb, fixed mouse a bit --- driver/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/timer.c') diff --git a/driver/timer.c b/driver/timer.c index 4b8f050..1c1fc05 100644 --- a/driver/timer.c +++ b/driver/timer.c @@ -149,7 +149,7 @@ static uint64_t get_rtc_time() return epoch_seconds; } -uint32_t timer_interrupt(uint32_t esp) +static uint32_t timer_interrupt(uint32_t esp) { asm_pit_tick(); return esp; -- cgit v1.2.3