From 1b8d8b81c72c9fd7762b019d7c3bd244ac22b9ff Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Mon, 22 Oct 2018 23:26:35 +0100 Subject: [PATCH] Update reset callback signature --- channel/channelapp/source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel/channelapp/source/main.c b/channel/channelapp/source/main.c index 4fa3bf6..7263921 100644 --- a/channel/channelapp/source/main.c +++ b/channel/channelapp/source/main.c @@ -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 gdb = true; #else