mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 12:24:37 +03:00
Fixed warnings
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#include "timer.h"
|
||||
#include "isr.h"
|
||||
#include "ports.h"
|
||||
|
||||
u32 tick = 0;
|
||||
|
||||
static void timer_callback(registers_t regs) {
|
||||
static void timer_callback() {
|
||||
tick++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user