Lesson 23, section 6

This commit is contained in:
Carlos
2015-08-28 10:52:05 +02:00
parent c473761432
commit b109691179
8 changed files with 44 additions and 51 deletions

View File

@@ -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);
}