X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fopenocd.c;h=8c99af07c475591805d291abca20cb157bf7ea59;hb=0f1163e823c6ca3c2a81fa296157f5dde0635fea;hp=d67ebd59b176273a1be992ef3b6e3a38da08120e;hpb=d0dee7ccafcf87259fadf6c5de43df8583b0e885;p=fw%2Fopenocd diff --git a/src/openocd.c b/src/openocd.c index d67ebd59b..8c99af07c 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -82,7 +82,7 @@ static void exit_handler(void) jtag_interface_quit(); } -static int log_target_callback_event_handler(struct target_s *target, enum target_event event, void *priv) +static int log_target_callback_event_handler(struct target *target, enum target_event event, void *priv) { switch (event) {