mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 12:24:37 +03:00
Lesson 23, section 6
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
uint32_t tick = 0;
|
||||
|
||||
static void timer_callback(registers_t regs) {
|
||||
static void timer_callback(registers_t *regs) {
|
||||
tick++;
|
||||
UNUSED(regs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user