X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Faice%2Faice_interface.c;h=838b54faaf994ebfab045176fcddcf76ed767d2a;hp=aede83a99d11f86d3486f17f8c4d327d8d3bcde3;hb=refs%2Fchanges%2F94%2F1794%2F5;hpb=ee019bf5f896912761d4b16516bf562f9ffe52da diff --git a/src/jtag/aice/aice_interface.c b/src/jtag/aice/aice_interface.c index aede83a99d..838b54faaf 100644 --- a/src/jtag/aice/aice_interface.c +++ b/src/jtag/aice/aice_interface.c @@ -98,7 +98,7 @@ int aice_init_targets(void) if (found == 0) { LOG_ERROR - ("aice_init_targets: target not found: idcode: %x ", + ("aice_init_targets: target not found: idcode: %" PRIx32, target->tap->idcode); return ERROR_FAIL; } @@ -152,7 +152,7 @@ static int aice_execute_reset(struct jtag_command *cmd) static int last_trst; int retval = ERROR_OK; - DEBUG_JTAG_IO("reset trst: %i", cmd->cmd.reset->trst); + DEBUG_JTAG_IO("reset trst: %d", cmd->cmd.reset->trst); if (cmd->cmd.reset->trst != last_trst) { if (cmd->cmd.reset->trst)