diff options
Diffstat (limited to 'driver/timer.c')
| -rw-r--r-- | driver/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
