Update reset callback signature
This commit is contained in:
committed by
Hector Martin
parent
ce333cfb6a
commit
1b8d8b81c7
@@ -111,7 +111,7 @@ static int patch_ahbprot_reset(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void reset_cb(void) {
|
static void reset_cb(u32 irq, void *ctx) {
|
||||||
#ifdef GDBSTUB
|
#ifdef GDBSTUB
|
||||||
gdb = true;
|
gdb = true;
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user